(0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (478.0ms)  CREATE DATABASE "rails_store_app_test-7" ENCODING = 'unicode'
 (480.6ms)  CREATE DATABASE "rails_store_app_test-3" ENCODING = 'unicode'
 (481.0ms)  CREATE DATABASE "rails_store_app_test-1" ENCODING = 'unicode'
 (479.3ms)  CREATE DATABASE "rails_store_app_test-5" ENCODING = 'unicode'
 (481.3ms)  CREATE DATABASE "rails_store_app_test-0" ENCODING = 'unicode'
 (478.8ms)  CREATE DATABASE "rails_store_app_test-6" ENCODING = 'unicode'
 (483.5ms)  CREATE DATABASE "rails_store_app_test-4" ENCODING = 'unicode'
 (483.2ms)  CREATE DATABASE "rails_store_app_test-2" ENCODING = 'unicode'
SQL (0.6ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (1.7ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (0.8ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (1.5ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (0.7ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (1.0ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
SQL (0.7ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (0.5ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (0.5ms)  DROP TABLE IF EXISTS "likes" CASCADE
SQL (1.8ms)  CREATE EXTENSION IF NOT EXISTS "plpgsql"
 (1.4ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (1.6ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (0.7ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (0.6ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (1.8ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (0.9ms)  DROP TABLE IF EXISTS "likes" CASCADE
 (11.6ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (11.9ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (2.7ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (4.2ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (1.7ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (12.8ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.2ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (15.3ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.5ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (15.3ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.5ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (15.7ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (2.3ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (2.3ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (2.3ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (1.5ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (16.3ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (2.4ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (1.4ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (2.1ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (0.5ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (6.2ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (0.7ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (0.6ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (2.2ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (0.4ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (2.5ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (2.3ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (2.0ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (4.8ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (21.3ms)  CREATE TABLE "likes" ("id" bigserial primary key, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (10.8ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (2.4ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (5.8ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (0.9ms)  DROP TABLE IF EXISTS "products" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (1.8ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (5.2ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (6.6ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (2.3ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (2.2ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (1.4ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (1.5ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (2.1ms)  CREATE INDEX "index_likes_on_product_id" ON "likes" ("product_id")
 (0.2ms)  DROP TABLE IF EXISTS "products" CASCADE
 (2.0ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (1.7ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (1.3ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (0.2ms)  DROP TABLE IF EXISTS "products" CASCADE
 (0.3ms)  DROP TABLE IF EXISTS "products" CASCADE
 (1.6ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (1.6ms)  CREATE INDEX "index_likes_on_user_id" ON "likes" ("user_id")
 (5.0ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (1.9ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (0.4ms)  DROP TABLE IF EXISTS "products" CASCADE
 (0.3ms)  DROP TABLE IF EXISTS "orders" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "products" CASCADE
 (5.8ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (0.4ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (1.9ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (1.5ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (3.8ms)  CREATE TABLE "orders" ("id" bigserial primary key, "quantity" integer, "product_id" bigint NOT NULL, "total" float, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "user_id" bigint)
 (5.7ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (0.2ms)  DROP TABLE IF EXISTS "products" CASCADE
 (5.7ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (0.4ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (1.7ms)  CREATE INDEX "index_orders_on_product_id" ON "orders" ("product_id")
 (6.2ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (0.3ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (0.4ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (6.0ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (5.7ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (5.4ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (0.5ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (1.6ms)  CREATE INDEX "index_orders_on_user_id" ON "orders" ("user_id")
 (0.4ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "products" CASCADE
 (1.9ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (6.4ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (6.1ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (2.2ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (0.3ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (6.2ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (1.6ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (6.4ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (5.6ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (1.5ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (2.1ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (1.6ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (3.4ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (7.9ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (7.4ms)  CREATE TABLE "products" ("id" bigserial primary key, "sku" character varying, "name" character varying, "description" character varying, "price" float, "stock" integer, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "likes_number" integer DEFAULT 0)
 (1.4ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (1.3ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (1.6ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (1.5ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (5.2ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "reviews" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (1.4ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (6.7ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (1.6ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (3.3ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.6ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (3.2ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.5ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (1.8ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (4.0ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.3ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (0.7ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (4.7ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (5.3ms)  CREATE TABLE "reviews" ("id" bigserial primary key, "title" character varying, "content" character varying, "product_id" bigint NOT NULL, "user_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "rating" integer)
 (1.9ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (3.7ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.6ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (2.4ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (1.3ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (1.5ms)  CREATE INDEX "index_reviews_on_product_id" ON "reviews" ("product_id")
 (1.3ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (1.3ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (1.5ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (1.3ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (1.4ms)  CREATE INDEX "index_reviews_on_user_id" ON "reviews" ("user_id")
 (1.4ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (3.9ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.2ms)  DROP TABLE IF EXISTS "taggings" CASCADE
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (6.0ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.6ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (0.5ms)  DROP TABLE IF EXISTS "users" CASCADE
 (6.0ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.8ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (0.4ms)  DROP TABLE IF EXISTS "users" CASCADE
 (3.8ms)  CREATE TABLE "taggings" ("id" bigserial primary key, "tag_id" bigint NOT NULL, "product_id" bigint NOT NULL, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.2ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (5.8ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (5.9ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (5.2ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (0.4ms)  DROP TABLE IF EXISTS "users" CASCADE
 (0.5ms)  DROP TABLE IF EXISTS "users" CASCADE
 (6.9ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.7ms)  CREATE INDEX "index_taggings_on_product_id" ON "taggings" ("product_id")
 (0.8ms)  DROP TABLE IF EXISTS "users" CASCADE
 (0.4ms)  DROP TABLE IF EXISTS "users" CASCADE
 (1.9ms)  CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id")
 (0.8ms)  DROP TABLE IF EXISTS "tags" CASCADE
 (5.9ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (6.6ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (0.7ms)  DROP TABLE IF EXISTS "users" CASCADE
 (7.4ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (2.2ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (7.0ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (2.5ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (1.7ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (7.2ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (7.5ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (6.3ms)  CREATE TABLE "tags" ("id" bigserial primary key, "name" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (7.5ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (0.9ms)  DROP TABLE IF EXISTS "users" CASCADE
 (2.1ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (2.8ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (2.4ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (2.6ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (2.3ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (1.5ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (1.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (6.4ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (3.6ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (2.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (1.8ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (3.9ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.7ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (3.5ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.9ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (4.8ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.5ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (4.6ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (4.0ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (6.6ms)  CREATE TABLE "users" ("id" bigserial primary key, "email" character varying DEFAULT '' NOT NULL, "encrypted_password" character varying DEFAULT '' NOT NULL, "reset_password_token" character varying, "reset_password_sent_at" timestamp, "remember_created_at" timestamp, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL, "first_name" character varying, "last_name" character varying, "address" character varying, "phone" character varying, "admin" boolean DEFAULT FALSE)
 (2.1ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (3.2ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.1ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.1ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.1ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.2ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.1ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.9ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (3.0ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (2.0ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.2ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.0ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.3ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.3ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.8ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (4.2ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.4ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.5ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.9ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.4ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.1ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (4.2ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_f7ed05ee50"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.7ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.8ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.9ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.0ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.1ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.7ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.9ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (1.8ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (1.8ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.1ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.2ms)  ALTER TABLE "likes" ADD CONSTRAINT "fk_rails_1e09b5dabf"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (2.6ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.7ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.8ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (2.1ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (1.8ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (2.6ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.3ms)  ALTER TABLE "orders" ADD CONSTRAINT "fk_rails_dfb33b2de0"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.0ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (4.2ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (2.2ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (1.9ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (2.0ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_bedd9094d4"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (2.2ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (3.9ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (1.8ms)  ALTER TABLE "reviews" ADD CONSTRAINT "fk_rails_74a66bd6c5"

FOREIGN KEY (“user_id”)

REFERENCES "users" ("id")



 (4.0ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (3.8ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (3.8ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (2.2ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_5e1376a5c2"

FOREIGN KEY (“product_id”)

REFERENCES "products" ("id")



 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (3.9ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (4.6ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (2.3ms)  ALTER TABLE "taggings" ADD CONSTRAINT "fk_rails_9fcd2e236b"

FOREIGN KEY (“tag_id”)

REFERENCES "tags" ("id")



 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (1.2ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (1.3ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (1.8ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (5.0ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (0.9ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (0.8ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
 (0.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (0.7ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



 (4.4ms)  CREATE TABLE "schema_migrations" ("version" character varying NOT NULL PRIMARY KEY)
 (4.6ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (4.9ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (4.6ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (5.4ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
ActiveRecord::InternalMetadata Load (1.0ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (4.8ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
 (5.1ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
ActiveRecord::InternalMetadata Load (0.8ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (1.2ms)  INSERT INTO "schema_migrations" (version) VALUES (20220206174759)
ActiveRecord::InternalMetadata Load (0.8ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (1.4ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
 (1.7ms)  INSERT INTO "schema_migrations" (version) VALUES

(20220129231648), (20220129235955), (20220130000707), (20220130001427), (20220130030530), (20220130030723), (20220130203435), (20220205203243), (20220205203317), (20220206002918), (20220206163004);



ActiveRecord::InternalMetadata Load (2.4ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (4.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (3.3ms)  BEGIN
TRANSACTION (1.9ms)  BEGIN
TRANSACTION (0.4ms)  BEGIN
 (10.2ms)  CREATE TABLE "ar_internal_metadata" ("key" character varying NOT NULL PRIMARY KEY, "value" character varying, "created_at" timestamp(6) NOT NULL, "updated_at" timestamp(6) NOT NULL)
ActiveRecord::InternalMetadata Create (1.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.395603"], ["updated_at", "2022-02-06 20:57:56.395603"]]
TRANSACTION (0.3ms)  BEGIN
ActiveRecord::InternalMetadata Create (1.8ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.399949"], ["updated_at", "2022-02-06 20:57:56.399949"]]
TRANSACTION (0.4ms)  BEGIN
ActiveRecord::InternalMetadata Create (1.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.402394"], ["updated_at", "2022-02-06 20:57:56.402394"]]
TRANSACTION (0.8ms)  COMMIT
TRANSACTION (0.4ms)  COMMIT
TRANSACTION (0.3ms)  COMMIT
ActiveRecord::InternalMetadata Create (1.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.403453"], ["updated_at", "2022-02-06 20:57:56.403453"]]
ActiveRecord::InternalMetadata Create (1.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.403687"], ["updated_at", "2022-02-06 20:57:56.403687"]]
ActiveRecord::InternalMetadata Load (0.8ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (0.9ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.7ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (0.6ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.8ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (0.9ms)  BEGIN
ActiveRecord::InternalMetadata Load (0.7ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (0.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (1.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (2.2ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
TRANSACTION (1.4ms)  BEGIN
TRANSACTION (0.5ms)  BEGIN
ActiveRecord::InternalMetadata Create (0.6ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.413137"], ["updated_at", "2022-02-06 20:57:56.413137"]]
ActiveRecord::InternalMetadata Load (1.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (0.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  BEGIN
ActiveRecord::InternalMetadata Create (3.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.409076"], ["updated_at", "2022-02-06 20:57:56.409076"]]
ActiveRecord::InternalMetadata Load (0.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Create (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.414935"], ["updated_at", "2022-02-06 20:57:56.414935"]]
TRANSACTION (0.8ms)  COMMIT
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.6ms)  COMMIT
TRANSACTION (0.4ms)  COMMIT
TRANSACTION (0.2ms)  BEGIN
ActiveRecord::InternalMetadata Create (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.416462"], ["updated_at", "2022-02-06 20:57:56.416462"]]
ActiveRecord::InternalMetadata Create (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.416394"], ["updated_at", "2022-02-06 20:57:56.416394"]]
ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.416941"], ["updated_at", "2022-02-06 20:57:56.416941"]]
ActiveRecord::InternalMetadata Create (1.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.412987"], ["updated_at", "2022-02-06 20:57:56.412987"]]
TRANSACTION (0.4ms)  COMMIT
TRANSACTION (0.5ms)  COMMIT
TRANSACTION (0.4ms)  COMMIT
TRANSACTION (0.4ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.7ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  BEGIN
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Load (0.9ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Create (0.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "environment"], ["value", "test"], ["created_at", "2022-02-06 20:57:56.419280"], ["updated_at", "2022-02-06 20:57:56.419280"]]
TRANSACTION (0.5ms)  BEGIN
TRANSACTION (0.3ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.422205"], ["updated_at", "2022-02-06 20:57:56.422205"]]
TRANSACTION (0.5ms)  COMMIT
TRANSACTION (0.3ms)  BEGIN
ActiveRecord::InternalMetadata Create (0.6ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.424096"], ["updated_at", "2022-02-06 20:57:56.424096"]]
ActiveRecord::InternalMetadata Load (0.6ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "environment"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  COMMIT
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2  [["key", "schema_sha1"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  BEGIN
ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"  [["key", "schema_sha1"], ["value", "fd73647198f51433e283aa24a8caea63c6b5643c"], ["created_at", "2022-02-06 20:57:56.428075"], ["updated_at", "2022-02-06 20:57:56.428075"]]
TRANSACTION (0.2ms)  COMMIT
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (1.5ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (1.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (1.1ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (1.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (1.0ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/new” for 127.0.0.1 at 2022-02-06 18:09:47 -0500

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (2.0ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:21:21.571329"], ["updated_at", "2022-02-06 23:21:21.571329"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (1.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:22:01.099363"], ["updated_at", "2022-02-06 23:22:01.099363"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:22:01.132264"], ["updated_at", "2022-02-06 23:22:01.132264"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:23:50.047933"], ["updated_at", "2022-02-06 23:23:50.047933"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:23:50.099239"], ["updated_at", "2022-02-06 23:23:50.099239"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:23:50.109812"], ["updated_at", "2022-02-06 23:23:50.109812"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:23:50.125458"], ["updated_at", "2022-02-06 23:23:50.125458"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:23:50.137547"], ["updated_at", "2022-02-06 23:23:50.137547"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.779315"], ["updated_at", "2022-02-06 23:25:21.779315"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.818254"], ["updated_at", "2022-02-06 23:25:21.818254"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.828795"], ["updated_at", "2022-02-06 23:25:21.828795"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.840061"], ["updated_at", "2022-02-06 23:25:21.840061"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.854649"], ["updated_at", "2022-02-06 23:25:21.854649"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:21.872898"], ["updated_at", "2022-02-06 23:25:21.872898"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.8ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:25:21.882267"], ["updated_at", "2022-02-06 23:25:21.882267"]]
Tagging Create (2.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 14], ["product_id", 1], ["created_at", "2022-02-06 23:25:21.885119"], ["updated_at", "2022-02-06 23:25:21.885119"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:25:21.893018"], ["updated_at", "2022-02-06 23:25:21.893018"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.832849"], ["updated_at", "2022-02-06 23:25:32.832849"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.865194"], ["updated_at", "2022-02-06 23:25:32.865194"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.882670"], ["updated_at", "2022-02-06 23:25:32.882670"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.892555"], ["updated_at", "2022-02-06 23:25:32.892555"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.905472"], ["updated_at", "2022-02-06 23:25:32.905472"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:25:32.921494"], ["updated_at", "2022-02-06 23:25:32.921494"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:25:32.928849"], ["updated_at", "2022-02-06 23:25:32.928849"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 21], ["product_id", 2], ["created_at", "2022-02-06 23:25:32.931487"], ["updated_at", "2022-02-06 23:25:32.931487"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:25:32.935284"], ["updated_at", "2022-02-06 23:25:32.935284"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.708149"], ["updated_at", "2022-02-06 23:27:02.708149"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.763848"], ["updated_at", "2022-02-06 23:27:02.763848"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:27:02.770087"], ["updated_at", "2022-02-06 23:27:02.770087"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 24], ["product_id", 3], ["created_at", "2022-02-06 23:27:02.772935"], ["updated_at", "2022-02-06 23:27:02.772935"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:27:02.777074"], ["updated_at", "2022-02-06 23:27:02.777074"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.789948"], ["updated_at", "2022-02-06 23:27:02.789948"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.800705"], ["updated_at", "2022-02-06 23:27:02.800705"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.810825"], ["updated_at", "2022-02-06 23:27:02.810825"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.822674"], ["updated_at", "2022-02-06 23:27:02.822674"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:27:02.834231"], ["updated_at", "2022-02-06 23:27:02.834231"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:27.942276"], ["updated_at", "2022-02-06 23:28:27.942276"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.9ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:27.997879"], ["updated_at", "2022-02-06 23:28:27.997879"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:28:28.003772"], ["updated_at", "2022-02-06 23:28:28.003772"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 32], ["product_id", 4], ["created_at", "2022-02-06 23:28:28.006487"], ["updated_at", "2022-02-06 23:28:28.006487"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:28:28.010795"], ["updated_at", "2022-02-06 23:28:28.010795"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.024830"], ["updated_at", "2022-02-06 23:28:28.024830"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (1.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.039010"], ["updated_at", "2022-02-06 23:28:28.039010"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.050103"], ["updated_at", "2022-02-06 23:28:28.050103"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.063230"], ["updated_at", "2022-02-06 23:28:28.063230"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.073744"], ["updated_at", "2022-02-06 23:28:28.073744"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:28:28.083517"], ["updated_at", "2022-02-06 23:28:28.083517"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.422152"], ["updated_at", "2022-02-06 23:30:09.422152"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.456307"], ["updated_at", "2022-02-06 23:30:09.456307"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:30:09.463670"], ["updated_at", "2022-02-06 23:30:09.463670"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 41], ["product_id", 5], ["created_at", "2022-02-06 23:30:09.465865"], ["updated_at", "2022-02-06 23:30:09.465865"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:30:09.469229"], ["updated_at", "2022-02-06 23:30:09.469229"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.480473"], ["updated_at", "2022-02-06 23:30:09.480473"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.494451"], ["updated_at", "2022-02-06 23:30:09.494451"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.506646"], ["updated_at", "2022-02-06 23:30:09.506646"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.518677"], ["updated_at", "2022-02-06 23:30:09.518677"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.527675"], ["updated_at", "2022-02-06 23:30:09.527675"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.540976"], ["updated_at", "2022-02-06 23:30:09.540976"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:09.550846"], ["updated_at", "2022-02-06 23:30:09.550846"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (1.5ms)  SAVEPOINT active_record_1
User Exists? (1.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (1.6ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.062630"], ["updated_at", "2022-02-06 23:30:48.062630"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.096297"], ["updated_at", "2022-02-06 23:30:48.096297"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (2.0ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:30:48.104349"], ["updated_at", "2022-02-06 23:30:48.104349"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 51], ["product_id", 6], ["created_at", "2022-02-06 23:30:48.106219"], ["updated_at", "2022-02-06 23:30:48.106219"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:30:48.109430"], ["updated_at", "2022-02-06 23:30:48.109430"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.118227"], ["updated_at", "2022-02-06 23:30:48.118227"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.134096"], ["updated_at", "2022-02-06 23:30:48.134096"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.146195"], ["updated_at", "2022-02-06 23:30:48.146195"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.154699"], ["updated_at", "2022-02-06 23:30:48.154699"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.165866"], ["updated_at", "2022-02-06 23:30:48.165866"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.174620"], ["updated_at", "2022-02-06 23:30:48.174620"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.9ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:30:48.183957"], ["updated_at", "2022-02-06 23:30:48.183957"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.286267"], ["updated_at", "2022-02-06 23:36:33.286267"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.317761"], ["updated_at", "2022-02-06 23:36:33.317761"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:36:33.321170"], ["updated_at", "2022-02-06 23:36:33.321170"]]
Tagging Create (2.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 61], ["product_id", 7], ["created_at", "2022-02-06 23:36:33.322810"], ["updated_at", "2022-02-06 23:36:33.322810"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:36:33.327668"], ["updated_at", "2022-02-06 23:36:33.327668"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.333170"], ["updated_at", "2022-02-06 23:36:33.333170"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.339310"], ["updated_at", "2022-02-06 23:36:33.339310"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
Tag Create (1.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.347892"], ["updated_at", "2022-02-06 23:36:33.347892"]]
TRANSACTION (0.9ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.383574"], ["updated_at", "2022-02-06 23:36:33.383574"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.389500"], ["updated_at", "2022-02-06 23:36:33.389500"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.395269"], ["updated_at", "2022-02-06 23:36:33.395269"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:33.401290"], ["updated_at", "2022-02-06 23:36:33.401290"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (2.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$C2c/yN3lFsERCdYMmZyFsuFgOgocVfG0Gy.BeapxuBSbuiWAgbkw2"], ["created_at", "2022-02-06 23:36:46.962670"], ["updated_at", "2022-02-06 23:36:46.962670"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:46.986120"], ["updated_at", "2022-02-06 23:36:46.986120"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:36:47.009604"], ["updated_at", "2022-02-06 23:36:47.009604"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 70], ["product_id", 8], ["created_at", "2022-02-06 23:36:47.011998"], ["updated_at", "2022-02-06 23:36:47.011998"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.053573"], ["updated_at", "2022-02-06 23:36:47.053573"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (1.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.064967"], ["updated_at", "2022-02-06 23:36:47.064967"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:36:47.072082"], ["updated_at", "2022-02-06 23:36:47.072082"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 72], ["product_id", 9], ["created_at", "2022-02-06 23:36:47.075678"], ["updated_at", "2022-02-06 23:36:47.075678"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:36:47.079862"], ["updated_at", "2022-02-06 23:36:47.079862"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (1.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.093095"], ["updated_at", "2022-02-06 23:36:47.093095"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.101222"], ["updated_at", "2022-02-06 23:36:47.101222"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.109907"], ["updated_at", "2022-02-06 23:36:47.109907"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.121525"], ["updated_at", "2022-02-06 23:36:47.121525"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.139051"], ["updated_at", "2022-02-06 23:36:47.139051"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.144798"], ["updated_at", "2022-02-06 23:36:47.144798"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:36:47.152681"], ["updated_at", "2022-02-06 23:36:47.152681"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$1qrevIDpZiJLwDhzXVRA3.o9Y650UmvwcuXxdNOwLU1jRheSHn9bm"], ["created_at", "2022-02-06 23:37:30.313594"], ["updated_at", "2022-02-06 23:37:30.313594"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.337571"], ["updated_at", "2022-02-06 23:37:30.337571"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (1.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:37:30.372810"], ["updated_at", "2022-02-06 23:37:30.372810"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 81], ["product_id", 10], ["created_at", "2022-02-06 23:37:30.375058"], ["updated_at", "2022-02-06 23:37:30.375058"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.428717"], ["updated_at", "2022-02-06 23:37:30.428717"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (1.5ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.470749"], ["updated_at", "2022-02-06 23:37:30.470749"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:37:30.478531"], ["updated_at", "2022-02-06 23:37:30.478531"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 83], ["product_id", 11], ["created_at", "2022-02-06 23:37:30.480728"], ["updated_at", "2022-02-06 23:37:30.480728"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:37:30.484694"], ["updated_at", "2022-02-06 23:37:30.484694"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.493602"], ["updated_at", "2022-02-06 23:37:30.493602"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.504717"], ["updated_at", "2022-02-06 23:37:30.504717"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.513559"], ["updated_at", "2022-02-06 23:37:30.513559"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.526344"], ["updated_at", "2022-02-06 23:37:30.526344"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.545175"], ["updated_at", "2022-02-06 23:37:30.545175"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.554320"], ["updated_at", "2022-02-06 23:37:30.554320"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:37:30.560344"], ["updated_at", "2022-02-06 23:37:30.560344"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$1jOo6tYdS4.rg5yqVpKWmunTQC4LGFOtIL84NgTZfdFKt2OUasTua"], ["created_at", "2022-02-06 23:38:53.052956"], ["updated_at", "2022-02-06 23:38:53.052956"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.074164"], ["updated_at", "2022-02-06 23:38:53.074164"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:38:53.100088"], ["updated_at", "2022-02-06 23:38:53.100088"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 92], ["product_id", 12], ["created_at", "2022-02-06 23:38:53.101419"], ["updated_at", "2022-02-06 23:38:53.101419"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.142807"], ["updated_at", "2022-02-06 23:38:53.142807"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.155335"], ["updated_at", "2022-02-06 23:38:53.155335"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:38:53.160472"], ["updated_at", "2022-02-06 23:38:53.160472"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 94], ["product_id", 13], ["created_at", "2022-02-06 23:38:53.162350"], ["updated_at", "2022-02-06 23:38:53.162350"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:38:53.165213"], ["updated_at", "2022-02-06 23:38:53.165213"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.176238"], ["updated_at", "2022-02-06 23:38:53.176238"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.184714"], ["updated_at", "2022-02-06 23:38:53.184714"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.194515"], ["updated_at", "2022-02-06 23:38:53.194515"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.204293"], ["updated_at", "2022-02-06 23:38:53.204293"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.219790"], ["updated_at", "2022-02-06 23:38:53.219790"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.225628"], ["updated_at", "2022-02-06 23:38:53.225628"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:38:53.230979"], ["updated_at", "2022-02-06 23:38:53.230979"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$vPktEZkzpSa3o/ABZJMtlOnbqQ9rldjshfnJXTVOGOREssI8FuOiG"], ["created_at", "2022-02-06 23:39:22.285208"], ["updated_at", "2022-02-06 23:39:22.285208"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.306066"], ["updated_at", "2022-02-06 23:39:22.306066"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:39:22.329196"], ["updated_at", "2022-02-06 23:39:22.329196"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 103], ["product_id", 14], ["created_at", "2022-02-06 23:39:22.331365"], ["updated_at", "2022-02-06 23:39:22.331365"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.371710"], ["updated_at", "2022-02-06 23:39:22.371710"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.383291"], ["updated_at", "2022-02-06 23:39:22.383291"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:39:22.394638"], ["updated_at", "2022-02-06 23:39:22.394638"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 105], ["product_id", 15], ["created_at", "2022-02-06 23:39:22.396021"], ["updated_at", "2022-02-06 23:39:22.396021"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:39:22.400013"], ["updated_at", "2022-02-06 23:39:22.400013"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.408453"], ["updated_at", "2022-02-06 23:39:22.408453"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.415982"], ["updated_at", "2022-02-06 23:39:22.415982"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.424689"], ["updated_at", "2022-02-06 23:39:22.424689"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.433995"], ["updated_at", "2022-02-06 23:39:22.433995"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.451041"], ["updated_at", "2022-02-06 23:39:22.451041"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.457091"], ["updated_at", "2022-02-06 23:39:22.457091"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:39:22.462368"], ["updated_at", "2022-02-06 23:39:22.462368"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$GVdWXLIJRxVxJ7.Scm.be.TVWHtTeIyNZ7bph2R6vYfYwTUUJ5AXe"], ["created_at", "2022-02-06 23:40:10.558005"], ["updated_at", "2022-02-06 23:40:10.558005"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.578749"], ["updated_at", "2022-02-06 23:40:10.578749"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:40:10.601996"], ["updated_at", "2022-02-06 23:40:10.601996"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 114], ["product_id", 16], ["created_at", "2022-02-06 23:40:10.604004"], ["updated_at", "2022-02-06 23:40:10.604004"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.643906"], ["updated_at", "2022-02-06 23:40:10.643906"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.655109"], ["updated_at", "2022-02-06 23:40:10.655109"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:40:10.660420"], ["updated_at", "2022-02-06 23:40:10.660420"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 116], ["product_id", 17], ["created_at", "2022-02-06 23:40:10.662358"], ["updated_at", "2022-02-06 23:40:10.662358"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:40:10.665508"], ["updated_at", "2022-02-06 23:40:10.665508"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.673738"], ["updated_at", "2022-02-06 23:40:10.673738"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.681662"], ["updated_at", "2022-02-06 23:40:10.681662"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.691128"], ["updated_at", "2022-02-06 23:40:10.691128"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.700923"], ["updated_at", "2022-02-06 23:40:10.700923"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.714899"], ["updated_at", "2022-02-06 23:40:10.714899"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.720829"], ["updated_at", "2022-02-06 23:40:10.720829"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:40:10.725970"], ["updated_at", "2022-02-06 23:40:10.725970"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$r0K6os/bhMNVyWxru.LClu.pIboa7Z12G6.09zu811etdaeGm.Jwq"], ["created_at", "2022-02-06 23:42:18.974136"], ["updated_at", "2022-02-06 23:42:18.974136"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.001857"], ["updated_at", "2022-02-06 23:42:19.001857"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Product Exists? (1.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:42:19.036318"], ["updated_at", "2022-02-06 23:42:19.036318"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 125], ["product_id", 18], ["created_at", "2022-02-06 23:42:19.039253"], ["updated_at", "2022-02-06 23:42:19.039253"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.080767"], ["updated_at", "2022-02-06 23:42:19.080767"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.094126"], ["updated_at", "2022-02-06 23:42:19.094126"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:42:19.106716"], ["updated_at", "2022-02-06 23:42:19.106716"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 127], ["product_id", 19], ["created_at", "2022-02-06 23:42:19.108624"], ["updated_at", "2022-02-06 23:42:19.108624"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:42:19.111910"], ["updated_at", "2022-02-06 23:42:19.111910"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.122038"], ["updated_at", "2022-02-06 23:42:19.122038"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.132480"], ["updated_at", "2022-02-06 23:42:19.132480"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (1.4ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.142077"], ["updated_at", "2022-02-06 23:42:19.142077"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.158666"], ["updated_at", "2022-02-06 23:42:19.158666"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.163805"], ["updated_at", "2022-02-06 23:42:19.163805"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.170258"], ["updated_at", "2022-02-06 23:42:19.170258"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:42:19.176082"], ["updated_at", "2022-02-06 23:42:19.176082"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$hmNfGmENs4s0yI3FwGzS1O9TqnBRnLkDvboA1jC/LGCs5QB3ajmCO"], ["created_at", "2022-02-06 23:43:00.121350"], ["updated_at", "2022-02-06 23:43:00.121350"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.142992"], ["updated_at", "2022-02-06 23:43:00.142992"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:43:00.171662"], ["updated_at", "2022-02-06 23:43:00.171662"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 136], ["product_id", 20], ["created_at", "2022-02-06 23:43:00.174500"], ["updated_at", "2022-02-06 23:43:00.174500"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.216794"], ["updated_at", "2022-02-06 23:43:00.216794"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.226665"], ["updated_at", "2022-02-06 23:43:00.226665"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:43:00.230980"], ["updated_at", "2022-02-06 23:43:00.230980"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 138], ["product_id", 21], ["created_at", "2022-02-06 23:43:00.232208"], ["updated_at", "2022-02-06 23:43:00.232208"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:43:00.234810"], ["updated_at", "2022-02-06 23:43:00.234810"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.244372"], ["updated_at", "2022-02-06 23:43:00.244372"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.252946"], ["updated_at", "2022-02-06 23:43:00.252946"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.262681"], ["updated_at", "2022-02-06 23:43:00.262681"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.275970"], ["updated_at", "2022-02-06 23:43:00.275970"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.281428"], ["updated_at", "2022-02-06 23:43:00.281428"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.286599"], ["updated_at", "2022-02-06 23:43:00.286599"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:43:00.292161"], ["updated_at", "2022-02-06 23:43:00.292161"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$yoEJ0N4maPMY9al5Bcrv0.oWGIx1Hp5Sy00eUgwprfQMaRwum0boG"], ["created_at", "2022-02-06 23:44:41.695117"], ["updated_at", "2022-02-06 23:44:41.695117"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.715702"], ["updated_at", "2022-02-06 23:44:41.715702"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:44:41.744996"], ["updated_at", "2022-02-06 23:44:41.744996"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 147], ["product_id", 22], ["created_at", "2022-02-06 23:44:41.747316"], ["updated_at", "2022-02-06 23:44:41.747316"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.790147"], ["updated_at", "2022-02-06 23:44:41.790147"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.800120"], ["updated_at", "2022-02-06 23:44:41.800120"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:44:41.804784"], ["updated_at", "2022-02-06 23:44:41.804784"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 149], ["product_id", 23], ["created_at", "2022-02-06 23:44:41.806931"], ["updated_at", "2022-02-06 23:44:41.806931"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:44:41.810175"], ["updated_at", "2022-02-06 23:44:41.810175"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.819639"], ["updated_at", "2022-02-06 23:44:41.819639"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.828852"], ["updated_at", "2022-02-06 23:44:41.828852"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.837630"], ["updated_at", "2022-02-06 23:44:41.837630"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.853307"], ["updated_at", "2022-02-06 23:44:41.853307"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.860144"], ["updated_at", "2022-02-06 23:44:41.860144"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.866844"], ["updated_at", "2022-02-06 23:44:41.866844"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:41.872412"], ["updated_at", "2022-02-06 23:44:41.872412"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$EtdVCBzYJPUolvAM6HzQGeOAR6sC3vxRysExoP0Dwre6OJEtC3pWi"], ["created_at", "2022-02-06 23:44:47.212397"], ["updated_at", "2022-02-06 23:44:47.212397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.236131"], ["updated_at", "2022-02-06 23:44:47.236131"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:44:47.267591"], ["updated_at", "2022-02-06 23:44:47.267591"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 158], ["product_id", 24], ["created_at", "2022-02-06 23:44:47.269984"], ["updated_at", "2022-02-06 23:44:47.269984"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.310975"], ["updated_at", "2022-02-06 23:44:47.310975"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.321620"], ["updated_at", "2022-02-06 23:44:47.321620"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:44:47.327885"], ["updated_at", "2022-02-06 23:44:47.327885"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 160], ["product_id", 25], ["created_at", "2022-02-06 23:44:47.328953"], ["updated_at", "2022-02-06 23:44:47.328953"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:44:47.332246"], ["updated_at", "2022-02-06 23:44:47.332246"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (1.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.343752"], ["updated_at", "2022-02-06 23:44:47.343752"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.354191"], ["updated_at", "2022-02-06 23:44:47.354191"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.365202"], ["updated_at", "2022-02-06 23:44:47.365202"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.381593"], ["updated_at", "2022-02-06 23:44:47.381593"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (1.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.389578"], ["updated_at", "2022-02-06 23:44:47.389578"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.395392"], ["updated_at", "2022-02-06 23:44:47.395392"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:47.401636"], ["updated_at", "2022-02-06 23:44:47.401636"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$fZlEDnBQ/lzMQOW7jnZIBuHGKicBQl7RccZD58sSmlN/w.vsa9Y/a"], ["created_at", "2022-02-06 23:44:52.830245"], ["updated_at", "2022-02-06 23:44:52.830245"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.850881"], ["updated_at", "2022-02-06 23:44:52.850881"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:44:52.882399"], ["updated_at", "2022-02-06 23:44:52.882399"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 169], ["product_id", 26], ["created_at", "2022-02-06 23:44:52.884989"], ["updated_at", "2022-02-06 23:44:52.884989"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.927261"], ["updated_at", "2022-02-06 23:44:52.927261"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.939213"], ["updated_at", "2022-02-06 23:44:52.939213"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:44:52.943919"], ["updated_at", "2022-02-06 23:44:52.943919"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 171], ["product_id", 27], ["created_at", "2022-02-06 23:44:52.946256"], ["updated_at", "2022-02-06 23:44:52.946256"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:44:52.949461"], ["updated_at", "2022-02-06 23:44:52.949461"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.962406"], ["updated_at", "2022-02-06 23:44:52.962406"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.972737"], ["updated_at", "2022-02-06 23:44:52.972737"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.982380"], ["updated_at", "2022-02-06 23:44:52.982380"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:52.996316"], ["updated_at", "2022-02-06 23:44:52.996316"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:53.001397"], ["updated_at", "2022-02-06 23:44:53.001397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:53.007708"], ["updated_at", "2022-02-06 23:44:53.007708"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:44:53.013445"], ["updated_at", "2022-02-06 23:44:53.013445"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (1.1ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$s4bwyIIv5XhTpFdIv9PD6OuQgI4WRXPNl3pz7NMAv4gDQuxqWrZCm"], ["created_at", "2022-02-06 23:48:37.824646"], ["updated_at", "2022-02-06 23:48:37.824646"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.0ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.861950"], ["updated_at", "2022-02-06 23:48:37.861950"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:48:37.894318"], ["updated_at", "2022-02-06 23:48:37.894318"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 180], ["product_id", 28], ["created_at", "2022-02-06 23:48:37.895485"], ["updated_at", "2022-02-06 23:48:37.895485"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.938031"], ["updated_at", "2022-02-06 23:48:37.938031"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.948639"], ["updated_at", "2022-02-06 23:48:37.948639"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:48:37.953091"], ["updated_at", "2022-02-06 23:48:37.953091"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 182], ["product_id", 29], ["created_at", "2022-02-06 23:48:37.954571"], ["updated_at", "2022-02-06 23:48:37.954571"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.9ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.8ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:48:37.960020"], ["updated_at", "2022-02-06 23:48:37.960020"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.9ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.971856"], ["updated_at", "2022-02-06 23:48:37.971856"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.981656"], ["updated_at", "2022-02-06 23:48:37.981656"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.989974"], ["updated_at", "2022-02-06 23:48:37.989974"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:37.998896"], ["updated_at", "2022-02-06 23:48:37.998896"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:38.007305"], ["updated_at", "2022-02-06 23:48:38.007305"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:38.014427"], ["updated_at", "2022-02-06 23:48:38.014427"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:38.020255"], ["updated_at", "2022-02-06 23:48:38.020255"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$lynZYaOyz3dtW1.4MbXU.es3BKJ/etldF7rfZ2f7v2sPpHG1OglGC"], ["created_at", "2022-02-06 23:48:58.652863"], ["updated_at", "2022-02-06 23:48:58.652863"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.678233"], ["updated_at", "2022-02-06 23:48:58.678233"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:48:58.709506"], ["updated_at", "2022-02-06 23:48:58.709506"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 191], ["product_id", 30], ["created_at", "2022-02-06 23:48:58.710652"], ["updated_at", "2022-02-06 23:48:58.710652"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.755986"], ["updated_at", "2022-02-06 23:48:58.755986"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.765669"], ["updated_at", "2022-02-06 23:48:58.765669"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:48:58.769345"], ["updated_at", "2022-02-06 23:48:58.769345"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 193], ["product_id", 31], ["created_at", "2022-02-06 23:48:58.771021"], ["updated_at", "2022-02-06 23:48:58.771021"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:48:58.775232"], ["updated_at", "2022-02-06 23:48:58.775232"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.785702"], ["updated_at", "2022-02-06 23:48:58.785702"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.795667"], ["updated_at", "2022-02-06 23:48:58.795667"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.810056"], ["updated_at", "2022-02-06 23:48:58.810056"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.815645"], ["updated_at", "2022-02-06 23:48:58.815645"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.820827"], ["updated_at", "2022-02-06 23:48:58.820827"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.826834"], ["updated_at", "2022-02-06 23:48:58.826834"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:48:58.832123"], ["updated_at", "2022-02-06 23:48:58.832123"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$jqSzFCChWB7Rz4.K4pTRFuXIvtHKoePhtggxnJnheBDHinR3w.1vK"], ["created_at", "2022-02-06 23:49:06.715367"], ["updated_at", "2022-02-06 23:49:06.715367"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.739884"], ["updated_at", "2022-02-06 23:49:06.739884"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-06 23:49:06.766492"], ["updated_at", "2022-02-06 23:49:06.766492"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 202], ["product_id", 32], ["created_at", "2022-02-06 23:49:06.768434"], ["updated_at", "2022-02-06 23:49:06.768434"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.809566"], ["updated_at", "2022-02-06 23:49:06.809566"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.820702"], ["updated_at", "2022-02-06 23:49:06.820702"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-06 23:49:06.824924"], ["updated_at", "2022-02-06 23:49:06.824924"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 204], ["product_id", 33], ["created_at", "2022-02-06 23:49:06.826504"], ["updated_at", "2022-02-06 23:49:06.826504"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-06 23:49:06.830980"], ["updated_at", "2022-02-06 23:49:06.830980"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.841650"], ["updated_at", "2022-02-06 23:49:06.841650"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.852738"], ["updated_at", "2022-02-06 23:49:06.852738"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.873392"], ["updated_at", "2022-02-06 23:49:06.873392"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.879065"], ["updated_at", "2022-02-06 23:49:06.879065"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.885236"], ["updated_at", "2022-02-06 23:49:06.885236"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.891785"], ["updated_at", "2022-02-06 23:49:06.891785"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-06 23:49:06.897647"], ["updated_at", "2022-02-06 23:49:06.897647"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 18:49:06 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (4.2ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 9.1ms | Allocations: 1296)
Webpacker

Compiling…

Webpacker

Compiled all packs in /Users/gabriel/Desktop/Gabriel/Applaudo Studios/week4 - heroku/rails-store-app/public/packs-test

Webpacker

Hash: 80a21042733ecefb0f13

Version: webpack 4.46.0 Time: 1205ms Built at: 02/06/2022 6:49:12 PM

                                 Asset       Size       Chunks                         Chunk Names
js/application-1f1b465cd23e5930895c.js    612 KiB  application  [emitted] [immutable]  application

js/application-1f1b465cd23e5930895c.js.map 750 KiB application [emitted] [dev] application

manifest.json  384 bytes               [emitted]

Entrypoint application = js/application-1f1b465cd23e5930895c.js js/application-1f1b465cd23e5930895c.js.map

./app/javascript/channels sync recursive _channel.js$

./app/javascript/channels sync _channel.js$ 160 bytes {application} [built]

./app/javascript/channels/index.js

211 bytes {application} [built]

./app/javascript/packs/application.js

1.4 KiB {application} [built]

./node_modules/webpack/buildin/global.js

(webpack)/buildin/global.js 472 bytes {application} [built]

  + 6 hidden modules

Rendered shared/_navbar.html.erb (Duration: 3.4ms | Allocations: 1335)
Rendered shared/_flashes.html.erb (Duration: 1.4ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 6002.4ms | Allocations: 164470)

Completed 200 OK in 6019ms (Views: 6003.0ms | ActiveRecord: 4.2ms | Allocations: 167774)

TRANSACTION (0.4ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$2DbuJNuE8n3swQTX0TtpieTUKow3ND9M1TB4WRaDoYBQdXLatf0HG"], ["created_at", "2022-02-07 00:49:53.148759"], ["updated_at", "2022-02-07 00:49:53.148759"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.173217"], ["updated_at", "2022-02-07 00:49:53.173217"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 00:49:53.218751"], ["updated_at", "2022-02-07 00:49:53.218751"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 213], ["product_id", 34], ["created_at", "2022-02-07 00:49:53.222105"], ["updated_at", "2022-02-07 00:49:53.222105"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (1.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.280926"], ["updated_at", "2022-02-07 00:49:53.280926"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.293248"], ["updated_at", "2022-02-07 00:49:53.293248"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 00:49:53.300517"], ["updated_at", "2022-02-07 00:49:53.300517"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 215], ["product_id", 35], ["created_at", "2022-02-07 00:49:53.302513"], ["updated_at", "2022-02-07 00:49:53.302513"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 00:49:53.306561"], ["updated_at", "2022-02-07 00:49:53.306561"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.317334"], ["updated_at", "2022-02-07 00:49:53.317334"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.329310"], ["updated_at", "2022-02-07 00:49:53.329310"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.350454"], ["updated_at", "2022-02-07 00:49:53.350454"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.358402"], ["updated_at", "2022-02-07 00:49:53.358402"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.365043"], ["updated_at", "2022-02-07 00:49:53.365043"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.373353"], ["updated_at", "2022-02-07 00:49:53.373353"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:49:53.380732"], ["updated_at", "2022-02-07 00:49:53.380732"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 19:49:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.1ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 9.3ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.9ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.2ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1813.1ms | Allocations: 79809)

Completed 200 OK in 1830ms (Views: 1816.8ms | ActiveRecord: 1.1ms | Allocations: 83113)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 19:49:55 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$lwK04/5TOdo2Z7giyEJSbuZb49QxV0dbKLy/6hhbLM1.40Q3YhUlm"], ["created_at", "2022-02-07 00:51:41.770689"], ["updated_at", "2022-02-07 00:51:41.770689"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.796975"], ["updated_at", "2022-02-07 00:51:41.796975"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 00:51:41.836171"], ["updated_at", "2022-02-07 00:51:41.836171"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 224], ["product_id", 36], ["created_at", "2022-02-07 00:51:41.838337"], ["updated_at", "2022-02-07 00:51:41.838337"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.887959"], ["updated_at", "2022-02-07 00:51:41.887959"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.899693"], ["updated_at", "2022-02-07 00:51:41.899693"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 00:51:41.904738"], ["updated_at", "2022-02-07 00:51:41.904738"]]
Tagging Create (1.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 226], ["product_id", 37], ["created_at", "2022-02-07 00:51:41.907191"], ["updated_at", "2022-02-07 00:51:41.907191"]]
TRANSACTION (1.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 00:51:41.912688"], ["updated_at", "2022-02-07 00:51:41.912688"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (1.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.923486"], ["updated_at", "2022-02-07 00:51:41.923486"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.936124"], ["updated_at", "2022-02-07 00:51:41.936124"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.955022"], ["updated_at", "2022-02-07 00:51:41.955022"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.960965"], ["updated_at", "2022-02-07 00:51:41.960965"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.966684"], ["updated_at", "2022-02-07 00:51:41.966684"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.972263"], ["updated_at", "2022-02-07 00:51:41.972263"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:51:41.978573"], ["updated_at", "2022-02-07 00:51:41.978573"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 19:51:42 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.0ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1441.1ms | Allocations: 79757)

Completed 200 OK in 1457ms (Views: 1444.6ms | ActiveRecord: 0.7ms | Allocations: 83061)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 19:51:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 18.9ms | Allocations: 12963)

Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.4ms | Allocations: 13364)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 19:51:43 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$1XLAMfaGL.A5XuuIkUeRuu7DlpI7SccJ8XguQDfJ/s1JGSrFT2zgW"], ["created_at", "2022-02-07 00:53:25.482910"], ["updated_at", "2022-02-07 00:53:25.482910"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.519390"], ["updated_at", "2022-02-07 00:53:25.519390"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 00:53:25.560464"], ["updated_at", "2022-02-07 00:53:25.560464"]]
Tagging Create (1.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 235], ["product_id", 38], ["created_at", "2022-02-07 00:53:25.561721"], ["updated_at", "2022-02-07 00:53:25.561721"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.599098"], ["updated_at", "2022-02-07 00:53:25.599098"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.608059"], ["updated_at", "2022-02-07 00:53:25.608059"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 00:53:25.611291"], ["updated_at", "2022-02-07 00:53:25.611291"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 237], ["product_id", 39], ["created_at", "2022-02-07 00:53:25.612199"], ["updated_at", "2022-02-07 00:53:25.612199"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 00:53:25.614002"], ["updated_at", "2022-02-07 00:53:25.614002"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.619243"], ["updated_at", "2022-02-07 00:53:25.619243"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.628231"], ["updated_at", "2022-02-07 00:53:25.628231"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.633722"], ["updated_at", "2022-02-07 00:53:25.633722"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.640602"], ["updated_at", "2022-02-07 00:53:25.640602"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.649862"], ["updated_at", "2022-02-07 00:53:25.649862"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.655382"], ["updated_at", "2022-02-07 00:53:25.655382"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:25.661775"], ["updated_at", "2022-02-07 00:53:25.661775"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.7ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 19:53:25 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.9ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 7.5ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1582.9ms | Allocations: 79952)

Completed 200 OK in 1596ms (Views: 1585.5ms | ActiveRecord: 0.7ms | Allocations: 83255)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 19:53:27 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.5ms | Allocations: 457)

TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$OgxzM6awz.T3SThQ7Qdk/.mesMGvauPVzHpXRHNotj9akm32oEY1O"], ["created_at", "2022-02-07 00:53:48.777987"], ["updated_at", "2022-02-07 00:53:48.777987"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.809473"], ["updated_at", "2022-02-07 00:53:48.809473"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 00:53:48.839071"], ["updated_at", "2022-02-07 00:53:48.839071"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 246], ["product_id", 40], ["created_at", "2022-02-07 00:53:48.840397"], ["updated_at", "2022-02-07 00:53:48.840397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.872742"], ["updated_at", "2022-02-07 00:53:48.872742"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.880882"], ["updated_at", "2022-02-07 00:53:48.880882"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 00:53:48.885127"], ["updated_at", "2022-02-07 00:53:48.885127"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 248], ["product_id", 41], ["created_at", "2022-02-07 00:53:48.886335"], ["updated_at", "2022-02-07 00:53:48.886335"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 00:53:48.889490"], ["updated_at", "2022-02-07 00:53:48.889490"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.896542"], ["updated_at", "2022-02-07 00:53:48.896542"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.902407"], ["updated_at", "2022-02-07 00:53:48.902407"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.908688"], ["updated_at", "2022-02-07 00:53:48.908688"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.914066"], ["updated_at", "2022-02-07 00:53:48.914066"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.919057"], ["updated_at", "2022-02-07 00:53:48.919057"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.924472"], ["updated_at", "2022-02-07 00:53:48.924472"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 00:53:48.929681"], ["updated_at", "2022-02-07 00:53:48.929681"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 19:53:48 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 7ms (ActiveRecord: 0.2ms | Allocations: 1944)

TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$QZbwO66a/pWkeYvkXmaJWugn0le0gNTG5iUzYvLYBTETZyXpCpbrO"], ["created_at", "2022-02-07 01:26:35.642720"], ["updated_at", "2022-02-07 01:26:35.642720"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.662765"], ["updated_at", "2022-02-07 01:26:35.662765"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:26:35.688834"], ["updated_at", "2022-02-07 01:26:35.688834"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 257], ["product_id", 42], ["created_at", "2022-02-07 01:26:35.690326"], ["updated_at", "2022-02-07 01:26:35.690326"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.733424"], ["updated_at", "2022-02-07 01:26:35.733424"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.740729"], ["updated_at", "2022-02-07 01:26:35.740729"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:26:35.745089"], ["updated_at", "2022-02-07 01:26:35.745089"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 259], ["product_id", 43], ["created_at", "2022-02-07 01:26:35.746150"], ["updated_at", "2022-02-07 01:26:35.746150"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:26:35.748089"], ["updated_at", "2022-02-07 01:26:35.748089"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.753877"], ["updated_at", "2022-02-07 01:26:35.753877"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.762500"], ["updated_at", "2022-02-07 01:26:35.762500"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.768862"], ["updated_at", "2022-02-07 01:26:35.768862"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.776695"], ["updated_at", "2022-02-07 01:26:35.776695"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.784172"], ["updated_at", "2022-02-07 01:26:35.784172"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.791546"], ["updated_at", "2022-02-07 01:26:35.791546"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.798808"], ["updated_at", "2022-02-07 01:26:35.798808"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:35.847552"], ["updated_at", "2022-02-07 01:26:35.847552"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:26:35.851343"], ["updated_at", "2022-02-07 01:26:35.851343"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 268], ["product_id", 44], ["created_at", "2022-02-07 01:26:35.852531"], ["updated_at", "2022-02-07 01:26:35.852531"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:26:36.203009"], ["updated_at", "2022-02-07 01:26:36.203009"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:26:36.206186"], ["updated_at", "2022-02-07 01:26:36.206186"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 269], ["product_id", 45], ["created_at", "2022-02-07 01:26:36.207377"], ["updated_at", "2022-02-07 01:26:36.207377"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:26:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 10ms (ActiveRecord: 0.2ms | Allocations: 1939)

TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$a24YFdRp17xaCZlUWtbPD.JuQ8g1lsOSj9AwR0k4sw2ACPMbzw6XG"], ["created_at", "2022-02-07 01:29:41.329625"], ["updated_at", "2022-02-07 01:29:41.329625"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.353735"], ["updated_at", "2022-02-07 01:29:41.353735"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:29:41.377801"], ["updated_at", "2022-02-07 01:29:41.377801"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 270], ["product_id", 46], ["created_at", "2022-02-07 01:29:41.378949"], ["updated_at", "2022-02-07 01:29:41.378949"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.411400"], ["updated_at", "2022-02-07 01:29:41.411400"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.417397"], ["updated_at", "2022-02-07 01:29:41.417397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:29:41.420621"], ["updated_at", "2022-02-07 01:29:41.420621"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 272], ["product_id", 47], ["created_at", "2022-02-07 01:29:41.421915"], ["updated_at", "2022-02-07 01:29:41.421915"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:29:41.424554"], ["updated_at", "2022-02-07 01:29:41.424554"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.431408"], ["updated_at", "2022-02-07 01:29:41.431408"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.436689"], ["updated_at", "2022-02-07 01:29:41.436689"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.447357"], ["updated_at", "2022-02-07 01:29:41.447357"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.7ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.456349"], ["updated_at", "2022-02-07 01:29:41.456349"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.465102"], ["updated_at", "2022-02-07 01:29:41.465102"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.470870"], ["updated_at", "2022-02-07 01:29:41.470870"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.476813"], ["updated_at", "2022-02-07 01:29:41.476813"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (1.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.9ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:41.523069"], ["updated_at", "2022-02-07 01:29:41.523069"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "9371-RUP"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "9371-RUP"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:41.526740"], ["updated_at", "2022-02-07 01:29:41.526740"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 281], ["product_id", 48], ["created_at", "2022-02-07 01:29:41.527827"], ["updated_at", "2022-02-07 01:29:41.527827"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "3083-TDP"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "3083-TDP"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:41.532627"], ["updated_at", "2022-02-07 01:29:41.532627"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 281], ["product_id", 49], ["created_at", "2022-02-07 01:29:41.533628"], ["updated_at", "2022-02-07 01:29:41.533628"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "8768-KYT"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "8768-KYT"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:41.537518"], ["updated_at", "2022-02-07 01:29:41.537518"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 281], ["product_id", 50], ["created_at", "2022-02-07 01:29:41.538448"], ["updated_at", "2022-02-07 01:29:41.538448"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "6718-BIM"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "6718-BIM"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:41.542732"], ["updated_at", "2022-02-07 01:29:41.542732"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 281], ["product_id", 51], ["created_at", "2022-02-07 01:29:41.543854"], ["updated_at", "2022-02-07 01:29:41.543854"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:29:41 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (1.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 51]]
 (4.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 51]]
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 50]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 50]]
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 49]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 49]]
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 48]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 48]]
Rendered products/index.html.erb within layouts/application (Duration: 1701.8ms | Allocations: 73181)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 1298)
Rendered shared/_flashes.html.erb (Duration: 1.4ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1729.2ms | Allocations: 86606)

Completed 200 OK in 1747ms (Views: 1723.9ms | ActiveRecord: 10.7ms | Allocations: 89909)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:29:43.328255"], ["updated_at", "2022-02-07 01:29:43.328255"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "9517-VHP"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "9517-VHP"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:43.332449"], ["updated_at", "2022-02-07 01:29:43.332449"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 282], ["product_id", 52], ["created_at", "2022-02-07 01:29:43.334142"], ["updated_at", "2022-02-07 01:29:43.334142"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "9917-WVW"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "9917-WVW"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:43.339771"], ["updated_at", "2022-02-07 01:29:43.339771"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 282], ["product_id", 53], ["created_at", "2022-02-07 01:29:43.340712"], ["updated_at", "2022-02-07 01:29:43.340712"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "3163-TDC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "3163-TDC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:43.344089"], ["updated_at", "2022-02-07 01:29:43.344089"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 282], ["product_id", 54], ["created_at", "2022-02-07 01:29:43.344987"], ["updated_at", "2022-02-07 01:29:43.344987"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "6328-FSD"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "6328-FSD"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:29:43.348725"], ["updated_at", "2022-02-07 01:29:43.348725"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 282], ["product_id", 55], ["created_at", "2022-02-07 01:29:43.349814"], ["updated_at", "2022-02-07 01:29:43.349814"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:29:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 55]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 55]]
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 54]]
 (0.5ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 54]]
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 53]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 53]]
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 52]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 52]]
Rendered products/index.html.erb within layouts/application (Duration: 16.2ms | Allocations: 5569)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 836)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 40.7ms | Allocations: 17818)

Completed 200 OK in 42ms (Views: 38.2ms | ActiveRecord: 2.9ms | Allocations: 18219)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:29:43 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms | Allocations: 455)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$nJFL1Re7odveUfgdBZ98qerftd1hlhQwDTajeVupu3ROyK7Eekue."], ["created_at", "2022-02-07 01:30:21.632815"], ["updated_at", "2022-02-07 01:30:21.632815"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.652881"], ["updated_at", "2022-02-07 01:30:21.652881"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:30:21.668745"], ["updated_at", "2022-02-07 01:30:21.668745"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 283], ["product_id", 56], ["created_at", "2022-02-07 01:30:21.670208"], ["updated_at", "2022-02-07 01:30:21.670208"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.692182"], ["updated_at", "2022-02-07 01:30:21.692182"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.698858"], ["updated_at", "2022-02-07 01:30:21.698858"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:30:21.703092"], ["updated_at", "2022-02-07 01:30:21.703092"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 285], ["product_id", 57], ["created_at", "2022-02-07 01:30:21.704390"], ["updated_at", "2022-02-07 01:30:21.704390"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:30:21.706793"], ["updated_at", "2022-02-07 01:30:21.706793"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.713382"], ["updated_at", "2022-02-07 01:30:21.713382"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.718667"], ["updated_at", "2022-02-07 01:30:21.718667"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.724039"], ["updated_at", "2022-02-07 01:30:21.724039"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.730095"], ["updated_at", "2022-02-07 01:30:21.730095"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.735241"], ["updated_at", "2022-02-07 01:30:21.735241"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.740842"], ["updated_at", "2022-02-07 01:30:21.740842"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.746549"], ["updated_at", "2022-02-07 01:30:21.746549"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:21.784014"], ["updated_at", "2022-02-07 01:30:21.784014"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "8422-FAV"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "8422-FAV"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:21.787372"], ["updated_at", "2022-02-07 01:30:21.787372"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 294], ["product_id", 58], ["created_at", "2022-02-07 01:30:21.788389"], ["updated_at", "2022-02-07 01:30:21.788389"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "6909-XXS"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "6909-XXS"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:21.793181"], ["updated_at", "2022-02-07 01:30:21.793181"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 294], ["product_id", 59], ["created_at", "2022-02-07 01:30:21.794212"], ["updated_at", "2022-02-07 01:30:21.794212"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "6554-QXY"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "6554-QXY"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:21.797664"], ["updated_at", "2022-02-07 01:30:21.797664"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 294], ["product_id", 60], ["created_at", "2022-02-07 01:30:21.798533"], ["updated_at", "2022-02-07 01:30:21.798533"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "8991-TXG"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "8991-TXG"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:21.801845"], ["updated_at", "2022-02-07 01:30:21.801845"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 294], ["product_id", 61], ["created_at", "2022-02-07 01:30:21.802757"], ["updated_at", "2022-02-07 01:30:21.802757"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:30:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 61]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 61]]
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 60]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 60]]
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 59]]
 (0.5ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 59]]
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 58]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 58]]
Rendered products/index.html.erb within layouts/application (Duration: 1267.7ms | Allocations: 73039)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 1298)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1283.6ms | Allocations: 86466)

Completed 200 OK in 1294ms (Views: 1280.6ms | ActiveRecord: 5.9ms | Allocations: 89769)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:30:23.125970"], ["updated_at", "2022-02-07 01:30:23.125970"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "4043-SOW"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "4043-SOW"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:23.129160"], ["updated_at", "2022-02-07 01:30:23.129160"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 295], ["product_id", 62], ["created_at", "2022-02-07 01:30:23.130310"], ["updated_at", "2022-02-07 01:30:23.130310"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1215-PIW"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1215-PIW"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:23.134968"], ["updated_at", "2022-02-07 01:30:23.134968"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 295], ["product_id", 63], ["created_at", "2022-02-07 01:30:23.136348"], ["updated_at", "2022-02-07 01:30:23.136348"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "3286-JZT"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "3286-JZT"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:23.140238"], ["updated_at", "2022-02-07 01:30:23.140238"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 295], ["product_id", 64], ["created_at", "2022-02-07 01:30:23.141430"], ["updated_at", "2022-02-07 01:30:23.141430"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1155-UXL"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1155-UXL"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:30:23.146939"], ["updated_at", "2022-02-07 01:30:23.146939"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 295], ["product_id", 65], ["created_at", "2022-02-07 01:30:23.147955"], ["updated_at", "2022-02-07 01:30:23.147955"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:30:23 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 65]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 65]]
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 64]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 64]]
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 63]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 63]]
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 62]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 62]]
Rendered products/index.html.erb within layouts/application (Duration: 20.1ms | Allocations: 5569)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 836)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 48.2ms | Allocations: 17820)

Completed 200 OK in 49ms (Views: 44.7ms | ActiveRecord: 3.8ms | Allocations: 18221)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:30:23 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 455)

TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$nD5QVA2NO6FzE0WUodOhRe2IG3.f2kb6XFPev0pKR8sdJyFg9EHjG"], ["created_at", "2022-02-07 01:35:01.063989"], ["updated_at", "2022-02-07 01:35:01.063989"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.083414"], ["updated_at", "2022-02-07 01:35:01.083414"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:35:01.100204"], ["updated_at", "2022-02-07 01:35:01.100204"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 296], ["product_id", 66], ["created_at", "2022-02-07 01:35:01.101465"], ["updated_at", "2022-02-07 01:35:01.101465"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.132753"], ["updated_at", "2022-02-07 01:35:01.132753"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.140640"], ["updated_at", "2022-02-07 01:35:01.140640"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:35:01.145331"], ["updated_at", "2022-02-07 01:35:01.145331"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 298], ["product_id", 67], ["created_at", "2022-02-07 01:35:01.146542"], ["updated_at", "2022-02-07 01:35:01.146542"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:35:01.149947"], ["updated_at", "2022-02-07 01:35:01.149947"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.155594"], ["updated_at", "2022-02-07 01:35:01.155594"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.163847"], ["updated_at", "2022-02-07 01:35:01.163847"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.170491"], ["updated_at", "2022-02-07 01:35:01.170491"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.179453"], ["updated_at", "2022-02-07 01:35:01.179453"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.186265"], ["updated_at", "2022-02-07 01:35:01.186265"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.191800"], ["updated_at", "2022-02-07 01:35:01.191800"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:01.198157"], ["updated_at", "2022-02-07 01:35:01.198157"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:35:01 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.7ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.4ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1338.4ms | Allocations: 79846)

Completed 200 OK in 1348ms (Views: 1340.2ms | ActiveRecord: 0.7ms | Allocations: 83149)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:02.624182"], ["updated_at", "2022-02-07 01:35:02.624182"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:35:02 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 28.0ms | Allocations: 12963)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.3ms | Allocations: 13364)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:35:02 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$u5nYsoRV0FmDPcVq.cvpFeCDhmg6caPa3AsD3RBzlyb0t77sSsGIC"], ["created_at", "2022-02-07 01:35:20.282958"], ["updated_at", "2022-02-07 01:35:20.282958"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.303104"], ["updated_at", "2022-02-07 01:35:20.303104"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:35:20.319935"], ["updated_at", "2022-02-07 01:35:20.319935"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 308], ["product_id", 68], ["created_at", "2022-02-07 01:35:20.321353"], ["updated_at", "2022-02-07 01:35:20.321353"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.353231"], ["updated_at", "2022-02-07 01:35:20.353231"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.361125"], ["updated_at", "2022-02-07 01:35:20.361125"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:35:20.365291"], ["updated_at", "2022-02-07 01:35:20.365291"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 310], ["product_id", 69], ["created_at", "2022-02-07 01:35:20.366230"], ["updated_at", "2022-02-07 01:35:20.366230"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:35:20.368171"], ["updated_at", "2022-02-07 01:35:20.368171"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.374538"], ["updated_at", "2022-02-07 01:35:20.374538"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.384512"], ["updated_at", "2022-02-07 01:35:20.384512"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.395627"], ["updated_at", "2022-02-07 01:35:20.395627"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.404712"], ["updated_at", "2022-02-07 01:35:20.404712"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.412323"], ["updated_at", "2022-02-07 01:35:20.412323"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.419863"], ["updated_at", "2022-02-07 01:35:20.419863"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:20.425863"], ["updated_at", "2022-02-07 01:35:20.425863"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:35:20 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.5ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1314.1ms | Allocations: 79883)

Completed 200 OK in 1324ms (Views: 1316.4ms | ActiveRecord: 0.7ms | Allocations: 83186)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:35:21.818498"], ["updated_at", "2022-02-07 01:35:21.818498"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:35:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 29.0ms | Allocations: 12963)

Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.3ms | Allocations: 13364)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:35:21 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$KRcBgn3Dch5oyusnFwF4ZeCKbhn..4r714vHJXRM1YJKQWqDH65gG"], ["created_at", "2022-02-07 01:36:12.092953"], ["updated_at", "2022-02-07 01:36:12.092953"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.112237"], ["updated_at", "2022-02-07 01:36:12.112237"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:36:12.128855"], ["updated_at", "2022-02-07 01:36:12.128855"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 320], ["product_id", 70], ["created_at", "2022-02-07 01:36:12.130281"], ["updated_at", "2022-02-07 01:36:12.130281"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.153040"], ["updated_at", "2022-02-07 01:36:12.153040"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.171473"], ["updated_at", "2022-02-07 01:36:12.171473"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:36:12.178333"], ["updated_at", "2022-02-07 01:36:12.178333"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 322], ["product_id", 71], ["created_at", "2022-02-07 01:36:12.179653"], ["updated_at", "2022-02-07 01:36:12.179653"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:36:12.183840"], ["updated_at", "2022-02-07 01:36:12.183840"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.191387"], ["updated_at", "2022-02-07 01:36:12.191387"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.197822"], ["updated_at", "2022-02-07 01:36:12.197822"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.203574"], ["updated_at", "2022-02-07 01:36:12.203574"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.208935"], ["updated_at", "2022-02-07 01:36:12.208935"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.214820"], ["updated_at", "2022-02-07 01:36:12.214820"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.220594"], ["updated_at", "2022-02-07 01:36:12.220594"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:12.225887"], ["updated_at", "2022-02-07 01:36:12.225887"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:36:12 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.1ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 7.9ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1289.8ms | Allocations: 79826)

Completed 200 OK in 1319ms (Views: 1310.2ms | ActiveRecord: 1.1ms | Allocations: 83129)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:13.610386"], ["updated_at", "2022-02-07 01:36:13.610386"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:36:13 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:36:13 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.3ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$l9nXGcXkrTxS6yBP389RqeS6tTdolF/7Sy1k7bmgMr6vK13d2hYbu"], ["created_at", "2022-02-07 01:36:33.055667"], ["updated_at", "2022-02-07 01:36:33.055667"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.074526"], ["updated_at", "2022-02-07 01:36:33.074526"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:36:33.090188"], ["updated_at", "2022-02-07 01:36:33.090188"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 332], ["product_id", 72], ["created_at", "2022-02-07 01:36:33.091341"], ["updated_at", "2022-02-07 01:36:33.091341"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.112762"], ["updated_at", "2022-02-07 01:36:33.112762"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" IS NULL LIMIT $1  [["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.129617"], ["updated_at", "2022-02-07 01:36:33.129617"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:36:33.133995"], ["updated_at", "2022-02-07 01:36:33.133995"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 334], ["product_id", 73], ["created_at", "2022-02-07 01:36:33.135132"], ["updated_at", "2022-02-07 01:36:33.135132"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:36:33.137598"], ["updated_at", "2022-02-07 01:36:33.137598"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.143492"], ["updated_at", "2022-02-07 01:36:33.143492"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.149572"], ["updated_at", "2022-02-07 01:36:33.149572"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.155221"], ["updated_at", "2022-02-07 01:36:33.155221"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.160145"], ["updated_at", "2022-02-07 01:36:33.160145"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.166221"], ["updated_at", "2022-02-07 01:36:33.166221"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.171416"], ["updated_at", "2022-02-07 01:36:33.171416"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:33.176207"], ["updated_at", "2022-02-07 01:36:33.176207"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:36:33 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.4ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1291.8ms | Allocations: 80215)

Completed 200 OK in 1301ms (Views: 1293.4ms | ActiveRecord: 0.7ms | Allocations: 83518)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:36:34.545082"], ["updated_at", "2022-02-07 01:36:34.545082"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:36:34 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms | Allocations: 457)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:36:34 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$PhP/z.L.y63c8BmjxRGbdeO20//oMWQSFNCArDdfcsytOImbLVYLe"], ["created_at", "2022-02-07 01:38:34.345256"], ["updated_at", "2022-02-07 01:38:34.345256"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.365252"], ["updated_at", "2022-02-07 01:38:34.365252"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:38:34.381969"], ["updated_at", "2022-02-07 01:38:34.381969"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 344], ["product_id", 74], ["created_at", "2022-02-07 01:38:34.383363"], ["updated_at", "2022-02-07 01:38:34.383363"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.417451"], ["updated_at", "2022-02-07 01:38:34.417451"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:38:34.421282"], ["updated_at", "2022-02-07 01:38:34.421282"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 345], ["product_id", 75], ["created_at", "2022-02-07 01:38:34.422281"], ["updated_at", "2022-02-07 01:38:34.422281"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:38:34.424866"], ["updated_at", "2022-02-07 01:38:34.424866"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.432083"], ["updated_at", "2022-02-07 01:38:34.432083"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.438068"], ["updated_at", "2022-02-07 01:38:34.438068"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.446827"], ["updated_at", "2022-02-07 01:38:34.446827"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.457091"], ["updated_at", "2022-02-07 01:38:34.457091"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.465110"], ["updated_at", "2022-02-07 01:38:34.465110"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.471788"], ["updated_at", "2022-02-07 01:38:34.471788"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:34.477509"], ["updated_at", "2022-02-07 01:38:34.477509"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:38:34 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.7ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.3ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1321.4ms | Allocations: 79833)

Completed 200 OK in 1331ms (Views: 1323.6ms | ActiveRecord: 0.7ms | Allocations: 83136)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:38:35.878252"], ["updated_at", "2022-02-07 01:38:35.878252"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:38:35 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:38:35 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$TD0/OJw5CPG.xyGgEHscLuqQcqkmEwuQr8piMMVFV0p9K8fuc0pRe"], ["created_at", "2022-02-07 01:39:30.005807"], ["updated_at", "2022-02-07 01:39:30.005807"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.026960"], ["updated_at", "2022-02-07 01:39:30.026960"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:39:30.045472"], ["updated_at", "2022-02-07 01:39:30.045472"]]
Tagging Create (1.2ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 355], ["product_id", 76], ["created_at", "2022-02-07 01:39:30.046916"], ["updated_at", "2022-02-07 01:39:30.046916"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.083569"], ["updated_at", "2022-02-07 01:39:30.083569"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.089831"], ["updated_at", "2022-02-07 01:39:30.089831"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 12], ["created_at", "2022-02-07 01:39:30.094593"], ["updated_at", "2022-02-07 01:39:30.094593"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 357], ["product_id", 77], ["created_at", "2022-02-07 01:39:30.096151"], ["updated_at", "2022-02-07 01:39:30.096151"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag2"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag2"], ["created_at", "2022-02-07 01:39:30.099763"], ["updated_at", "2022-02-07 01:39:30.099763"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.106625"], ["updated_at", "2022-02-07 01:39:30.106625"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.113081"], ["updated_at", "2022-02-07 01:39:30.113081"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.121894"], ["updated_at", "2022-02-07 01:39:30.121894"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.128593"], ["updated_at", "2022-02-07 01:39:30.128593"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.135219"], ["updated_at", "2022-02-07 01:39:30.135219"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.142511"], ["updated_at", "2022-02-07 01:39:30.142511"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:30.149548"], ["updated_at", "2022-02-07 01:39:30.149548"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:39:30 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.5ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1307.9ms | Allocations: 80105)

Completed 200 OK in 1317ms (Views: 1309.6ms | ActiveRecord: 0.6ms | Allocations: 83408)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:39:31.533698"], ["updated_at", "2022-02-07 01:39:31.533698"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:39:31 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:39:31 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.3ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$7LWyMBsIxHh8SG8Q10FKCOb90uB4FF4jrwMfDQ4KSiB4QAo1NMV8S"], ["created_at", "2022-02-07 01:40:39.604223"], ["updated_at", "2022-02-07 01:40:39.604223"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.626545"], ["updated_at", "2022-02-07 01:40:39.626545"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:40:39.642537"], ["updated_at", "2022-02-07 01:40:39.642537"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 367], ["product_id", 78], ["created_at", "2022-02-07 01:40:39.643881"], ["updated_at", "2022-02-07 01:40:39.643881"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.1ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.676903"], ["updated_at", "2022-02-07 01:40:39.676903"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.7ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.687803"], ["updated_at", "2022-02-07 01:40:39.687803"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:40:39.691510"], ["updated_at", "2022-02-07 01:40:39.691510"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 369], ["product_id", 79], ["created_at", "2022-02-07 01:40:39.692625"], ["updated_at", "2022-02-07 01:40:39.692625"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.702831"], ["updated_at", "2022-02-07 01:40:39.702831"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.713738"], ["updated_at", "2022-02-07 01:40:39.713738"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.720747"], ["updated_at", "2022-02-07 01:40:39.720747"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.728271"], ["updated_at", "2022-02-07 01:40:39.728271"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.736121"], ["updated_at", "2022-02-07 01:40:39.736121"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.741553"], ["updated_at", "2022-02-07 01:40:39.741553"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:39.748789"], ["updated_at", "2022-02-07 01:40:39.748789"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:40:39 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1281.8ms | Allocations: 79930)

Completed 200 OK in 1293ms (Views: 1283.7ms | ActiveRecord: 0.7ms | Allocations: 83233)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:40:41.122409"], ["updated_at", "2022-02-07 01:40:41.122409"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:40:41 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:40:41 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$ZzLEPBSKuo/OvrBP1283IetH0GzRqscDAki533glsE4Mfjg9aC5gS"], ["created_at", "2022-02-07 01:42:28.521862"], ["updated_at", "2022-02-07 01:42:28.521862"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.542149"], ["updated_at", "2022-02-07 01:42:28.542149"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:42:28.557857"], ["updated_at", "2022-02-07 01:42:28.557857"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 378], ["product_id", 80], ["created_at", "2022-02-07 01:42:28.559100"], ["updated_at", "2022-02-07 01:42:28.559100"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.589692"], ["updated_at", "2022-02-07 01:42:28.589692"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.596542"], ["updated_at", "2022-02-07 01:42:28.596542"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:42:28.600915"], ["updated_at", "2022-02-07 01:42:28.600915"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 380], ["product_id", 81], ["created_at", "2022-02-07 01:42:28.601877"], ["updated_at", "2022-02-07 01:42:28.601877"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.609089"], ["updated_at", "2022-02-07 01:42:28.609089"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.614911"], ["updated_at", "2022-02-07 01:42:28.614911"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.620997"], ["updated_at", "2022-02-07 01:42:28.620997"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.626162"], ["updated_at", "2022-02-07 01:42:28.626162"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.631245"], ["updated_at", "2022-02-07 01:42:28.631245"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.639941"], ["updated_at", "2022-02-07 01:42:28.639941"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.646686"], ["updated_at", "2022-02-07 01:42:28.646686"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:28.652599"], ["updated_at", "2022-02-07 01:42:28.652599"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:42:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.9ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.5ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1263.6ms | Allocations: 79891)

Completed 200 OK in 1273ms (Views: 1265.2ms | ActiveRecord: 0.7ms | Allocations: 83195)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:29.986460"], ["updated_at", "2022-02-07 01:42:29.986460"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:42:29 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:42:30 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.3ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$RBn1Ne9MbznlPEJTbjxNNOTlvo4WVUHGCZfi.VwwAhprlRLJ9do72"], ["created_at", "2022-02-07 01:42:43.808404"], ["updated_at", "2022-02-07 01:42:43.808404"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.830057"], ["updated_at", "2022-02-07 01:42:43.830057"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:42:43.848002"], ["updated_at", "2022-02-07 01:42:43.848002"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 390], ["product_id", 82], ["created_at", "2022-02-07 01:42:43.849185"], ["updated_at", "2022-02-07 01:42:43.849185"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.884267"], ["updated_at", "2022-02-07 01:42:43.884267"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.891518"], ["updated_at", "2022-02-07 01:42:43.891518"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:42:43.894778"], ["updated_at", "2022-02-07 01:42:43.894778"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 392], ["product_id", 83], ["created_at", "2022-02-07 01:42:43.895869"], ["updated_at", "2022-02-07 01:42:43.895869"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.905469"], ["updated_at", "2022-02-07 01:42:43.905469"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.912181"], ["updated_at", "2022-02-07 01:42:43.912181"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.919317"], ["updated_at", "2022-02-07 01:42:43.919317"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.924655"], ["updated_at", "2022-02-07 01:42:43.924655"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.930237"], ["updated_at", "2022-02-07 01:42:43.930237"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.936128"], ["updated_at", "2022-02-07 01:42:43.936128"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:43.941456"], ["updated_at", "2022-02-07 01:42:43.941456"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "email@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:42:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1351.3ms | Allocations: 80143)

Completed 200 OK in 1360ms (Views: 1352.9ms | ActiveRecord: 0.7ms | Allocations: 83446)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:42:45.365932"], ["updated_at", "2022-02-07 01:42:45.365932"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:42:45 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:42:45 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (1.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@example.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@example.com"], ["encrypted_password", "$2a$04$cBGTLh8e8lkpGKNMP9UKKe3q1KZmIkBWJpsWZluXhT.pvLoaGiJXm"], ["created_at", "2022-02-07 01:45:51.155091"], ["updated_at", "2022-02-07 01:45:51.155091"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.180005"], ["updated_at", "2022-02-07 01:45:51.180005"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "example"], ["description", "description"], ["price", 12.0], ["stock", 3], ["created_at", "2022-02-07 01:45:51.199291"], ["updated_at", "2022-02-07 01:45:51.199291"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 401], ["product_id", 84], ["created_at", "2022-02-07 01:45:51.200509"], ["updated_at", "2022-02-07 01:45:51.200509"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.232106"], ["updated_at", "2022-02-07 01:45:51.232106"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.240040"], ["updated_at", "2022-02-07 01:45:51.240040"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:45:51.244501"], ["updated_at", "2022-02-07 01:45:51.244501"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 403], ["product_id", 85], ["created_at", "2022-02-07 01:45:51.245439"], ["updated_at", "2022-02-07 01:45:51.245439"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.251862"], ["updated_at", "2022-02-07 01:45:51.251862"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.259601"], ["updated_at", "2022-02-07 01:45:51.259601"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.266628"], ["updated_at", "2022-02-07 01:45:51.266628"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.274255"], ["updated_at", "2022-02-07 01:45:51.274255"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (1.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.9ms)  ROLLBACK
TRANSACTION (0.9ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.290043"], ["updated_at", "2022-02-07 01:45:51.290043"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.300553"], ["updated_at", "2022-02-07 01:45:51.300553"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:51.308784"], ["updated_at", "2022-02-07 01:45:51.308784"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$v9LSYOMHveFrzCrtUXh1LeuqDT/nS5idVLpxkt31zh2TO4IqaRtW."], ["created_at", "2022-02-07 01:45:51.343074"], ["updated_at", "2022-02-07 01:45:51.343074"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:45:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 5.5ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1395.7ms | Allocations: 80281)

Completed 200 OK in 1407ms (Views: 1399.2ms | ActiveRecord: 0.6ms | Allocations: 83584)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:45:52.785383"], ["updated_at", "2022-02-07 01:45:52.785383"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:45:52 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:45:52 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms | Allocations: 347)

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.pX7MX81U/I/VKRkoYd0VuohQDPzBJBms8hcqVmb13.8GLG1YlTlO"], ["created_at", "2022-02-07 01:55:03.385417"], ["updated_at", "2022-02-07 01:55:03.385417"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
User Load (0.4ms)  SELECT "users".* FROM "users" /* loading for inspect */ LIMIT $1  [["LIMIT", 11]]
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.132021"], ["updated_at", "2022-02-07 01:56:48.132021"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.196791"], ["updated_at", "2022-02-07 01:56:48.196791"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.205658"], ["updated_at", "2022-02-07 01:56:48.205658"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.9ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:56:48.209109"], ["updated_at", "2022-02-07 01:56:48.209109"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 414], ["product_id", 86], ["created_at", "2022-02-07 01:56:48.211254"], ["updated_at", "2022-02-07 01:56:48.211254"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.218911"], ["updated_at", "2022-02-07 01:56:48.218911"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.224159"], ["updated_at", "2022-02-07 01:56:48.224159"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.231342"], ["updated_at", "2022-02-07 01:56:48.231342"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.237599"], ["updated_at", "2022-02-07 01:56:48.237599"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.242954"], ["updated_at", "2022-02-07 01:56:48.242954"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.248901"], ["updated_at", "2022-02-07 01:56:48.248901"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:48.254563"], ["updated_at", "2022-02-07 01:56:48.254563"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$557ISZXu5U1RYPHprGCGE.lkPN1xcc7HaetXrD/5XUGkQx8arQcdC"], ["created_at", "2022-02-07 01:56:48.288684"], ["updated_at", "2022-02-07 01:56:48.288684"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:56:48 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.3ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1729.7ms | Allocations: 80172)

Completed 200 OK in 1746ms (Views: 1734.4ms | ActiveRecord: 0.7ms | Allocations: 83475)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.1ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:56:50.076839"], ["updated_at", "2022-02-07 01:56:50.076839"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:56:50 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:56:50 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms | Allocations: 347)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:29.945584"], ["updated_at", "2022-02-07 01:59:29.945584"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.023029"], ["updated_at", "2022-02-07 01:59:30.023029"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.031430"], ["updated_at", "2022-02-07 01:59:30.031430"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 01:59:30.034803"], ["updated_at", "2022-02-07 01:59:30.034803"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 425], ["product_id", 87], ["created_at", "2022-02-07 01:59:30.036022"], ["updated_at", "2022-02-07 01:59:30.036022"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.046512"], ["updated_at", "2022-02-07 01:59:30.046512"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.054217"], ["updated_at", "2022-02-07 01:59:30.054217"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.5ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.065738"], ["updated_at", "2022-02-07 01:59:30.065738"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.072459"], ["updated_at", "2022-02-07 01:59:30.072459"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.082472"], ["updated_at", "2022-02-07 01:59:30.082472"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.089223"], ["updated_at", "2022-02-07 01:59:30.089223"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:30.095890"], ["updated_at", "2022-02-07 01:59:30.095890"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.6ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$KKeywbZgDG0YIYNrSnahTuIuY7c/ynMurJiTewzytqx1Y9kMVwyxe"], ["created_at", "2022-02-07 01:59:30.131009"], ["updated_at", "2022-02-07 01:59:30.131009"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 20:59:30 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 6.1ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.4ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.7ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1486.6ms | Allocations: 79988)

Completed 200 OK in 1504ms (Views: 1490.8ms | ActiveRecord: 0.8ms | Allocations: 83291)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 01:59:31.680132"], ["updated_at", "2022-02-07 01:59:31.680132"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/id” for 127.0.0.1 at 2022-02-06 20:59:31 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms | Allocations: 457)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products/:id” for 127.0.0.1 at 2022-02-06 20:59:31 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>":id"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", nil], ["LIMIT", 1]]

Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms | Allocations: 347)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.433713"], ["updated_at", "2022-02-07 02:42:33.433713"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.6ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.497133"], ["updated_at", "2022-02-07 02:42:33.497133"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.506383"], ["updated_at", "2022-02-07 02:42:33.506383"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:42:33.510263"], ["updated_at", "2022-02-07 02:42:33.510263"]]
Tagging Create (2.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 436], ["product_id", 88], ["created_at", "2022-02-07 02:42:33.512005"], ["updated_at", "2022-02-07 02:42:33.512005"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.521591"], ["updated_at", "2022-02-07 02:42:33.521591"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (2.0ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.535494"], ["updated_at", "2022-02-07 02:42:33.535494"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.542494"], ["updated_at", "2022-02-07 02:42:33.542494"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.550658"], ["updated_at", "2022-02-07 02:42:33.550658"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (4.0ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.557828"], ["updated_at", "2022-02-07 02:42:33.557828"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.573778"], ["updated_at", "2022-02-07 02:42:33.573778"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:42:33.582745"], ["updated_at", "2022-02-07 02:42:33.582745"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.5ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.7ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$hM2CpV2.4rEhU1TWDFwT5OA4sl/nKd87n38KshlR4D3hkB622iNL6"], ["created_at", "2022-02-07 02:42:33.624362"], ["updated_at", "2022-02-07 02:42:33.624362"]]
TRANSACTION (1.6ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:42:33 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.7ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1696.1ms | Allocations: 79946)

Completed 200 OK in 1712ms (Views: 1700.1ms | ActiveRecord: 0.7ms | Allocations: 83249)

TRANSACTION (0.4ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$vXs0me/z9ZaHfk1DI.TxG.ISrxXbWb5u18cQq/wAwRBv0WP9QOqcO"], ["created_at", "2022-02-07 02:47:20.346885"], ["updated_at", "2022-02-07 02:47:20.346885"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.369180"], ["updated_at", "2022-02-07 02:47:20.369180"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:47:20.396330"], ["updated_at", "2022-02-07 02:47:20.396330"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 444], ["product_id", 89], ["created_at", "2022-02-07 02:47:20.397742"], ["updated_at", "2022-02-07 02:47:20.397742"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 36], ["LIMIT", 1]]
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 89], ["LIMIT", 1]]
Order Create (3.3ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 89], ["created_at", "2022-02-07 02:47:20.420742"], ["updated_at", "2022-02-07 02:47:20.420742"], ["user_id", 36]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.443421"], ["updated_at", "2022-02-07 02:47:20.443421"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (1.0ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.451652"], ["updated_at", "2022-02-07 02:47:20.451652"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:47:20.456316"], ["updated_at", "2022-02-07 02:47:20.456316"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 446], ["product_id", 90], ["created_at", "2022-02-07 02:47:20.457495"], ["updated_at", "2022-02-07 02:47:20.457495"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.469366"], ["updated_at", "2022-02-07 02:47:20.469366"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.476953"], ["updated_at", "2022-02-07 02:47:20.476953"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.486285"], ["updated_at", "2022-02-07 02:47:20.486285"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.492852"], ["updated_at", "2022-02-07 02:47:20.492852"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.502765"], ["updated_at", "2022-02-07 02:47:20.502765"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.509376"], ["updated_at", "2022-02-07 02:47:20.509376"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:20.518620"], ["updated_at", "2022-02-07 02:47:20.518620"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.6ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$TbgiUdSEqj.yuwO2cgeCueexiiJ233RxQj6oMCSn.9yaJRT9Z63/O"], ["created_at", "2022-02-07 02:47:20.910280"], ["updated_at", "2022-02-07 02:47:20.910280"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:47:20 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.5ms | Allocations: 1271)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1338)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1606.5ms | Allocations: 80174)

Completed 200 OK in 1624ms (Views: 1610.0ms | ActiveRecord: 0.7ms | Allocations: 83465)

TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$hTWpBVKzcJ5JthmQMFqz/OKhEVFKi3LEjgIYEYl3Hk0Y9ZwQz7h4O"], ["created_at", "2022-02-07 02:47:57.365321"], ["updated_at", "2022-02-07 02:47:57.365321"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.385565"], ["updated_at", "2022-02-07 02:47:57.385565"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:47:57.402250"], ["updated_at", "2022-02-07 02:47:57.402250"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 454], ["product_id", 91], ["created_at", "2022-02-07 02:47:57.403442"], ["updated_at", "2022-02-07 02:47:57.403442"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 38], ["LIMIT", 1]]
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 91], ["LIMIT", 1]]
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 91], ["created_at", "2022-02-07 02:47:57.426520"], ["updated_at", "2022-02-07 02:47:57.426520"], ["user_id", 38]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.439513"], ["updated_at", "2022-02-07 02:47:57.439513"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.448494"], ["updated_at", "2022-02-07 02:47:57.448494"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:47:57.452153"], ["updated_at", "2022-02-07 02:47:57.452153"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 456], ["product_id", 92], ["created_at", "2022-02-07 02:47:57.453063"], ["updated_at", "2022-02-07 02:47:57.453063"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.459633"], ["updated_at", "2022-02-07 02:47:57.459633"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.471299"], ["updated_at", "2022-02-07 02:47:57.471299"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.478486"], ["updated_at", "2022-02-07 02:47:57.478486"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.485299"], ["updated_at", "2022-02-07 02:47:57.485299"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.490734"], ["updated_at", "2022-02-07 02:47:57.490734"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.496493"], ["updated_at", "2022-02-07 02:47:57.496493"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:47:57.503188"], ["updated_at", "2022-02-07 02:47:57.503188"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$XXToWO7W7Uokk1DCXsetdOw7.bPrcL9wgcQgiXf/lVTkZKMKe4/Z."], ["created_at", "2022-02-07 02:47:57.774082"], ["updated_at", "2022-02-07 02:47:57.774082"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:47:57 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1271)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.8ms | Allocations: 1338)
Rendered shared/_flashes.html.erb (Duration: 0.8ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1296.6ms | Allocations: 80091)

Completed 200 OK in 1306ms (Views: 1298.3ms | ActiveRecord: 0.7ms | Allocations: 83382)

TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:49:26.582241"], ["updated_at", "2022-02-07 02:49:26.582241"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:49:26.623464"], ["updated_at", "2022-02-07 02:49:26.623464"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$XQGwl3AdTHooapzY7d53/.9uqDUOsppByXVBCJBrTzxIR6skMz9pe"], ["created_at", "2022-02-07 02:49:26.634927"], ["updated_at", "2022-02-07 02:49:26.634927"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:49:26.638908"], ["updated_at", "2022-02-07 02:49:26.638908"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.9ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:49:26.644711"], ["updated_at", "2022-02-07 02:49:26.644711"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 466], ["product_id", 93], ["created_at", "2022-02-07 02:49:26.646507"], ["updated_at", "2022-02-07 02:49:26.646507"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (2.1ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 93], ["user_id", 40], ["created_at", "2022-02-07 02:49:26.648998"], ["updated_at", "2022-02-07 02:49:26.648998"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.5ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.3bRqxKFGZ6g1WxgPifJQ.ww6ONr4XU7bYcgIczYN1KQ7RJUTPe4e"], ["created_at", "2022-02-07 02:50:32.964669"], ["updated_at", "2022-02-07 02:50:32.964669"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:32.986081"], ["updated_at", "2022-02-07 02:50:32.986081"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:50:33.012154"], ["updated_at", "2022-02-07 02:50:33.012154"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 467], ["product_id", 94], ["created_at", "2022-02-07 02:50:33.013577"], ["updated_at", "2022-02-07 02:50:33.013577"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 94], ["created_at", "2022-02-07 02:50:33.015718"], ["updated_at", "2022-02-07 02:50:33.015718"], ["user_id", 41]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.028866"], ["updated_at", "2022-02-07 02:50:33.028866"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.037486"], ["updated_at", "2022-02-07 02:50:33.037486"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:50:33.040863"], ["updated_at", "2022-02-07 02:50:33.040863"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 469], ["product_id", 95], ["created_at", "2022-02-07 02:50:33.042061"], ["updated_at", "2022-02-07 02:50:33.042061"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.050271"], ["updated_at", "2022-02-07 02:50:33.050271"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.058951"], ["updated_at", "2022-02-07 02:50:33.058951"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.066700"], ["updated_at", "2022-02-07 02:50:33.066700"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.072986"], ["updated_at", "2022-02-07 02:50:33.072986"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.078709"], ["updated_at", "2022-02-07 02:50:33.078709"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.084744"], ["updated_at", "2022-02-07 02:50:33.084744"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.090671"], ["updated_at", "2022-02-07 02:50:33.090671"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.110370"], ["updated_at", "2022-02-07 02:50:33.110370"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.116563"], ["updated_at", "2022-02-07 02:50:33.116563"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$GUfXuPashS6T.7WKlOq0weZ8J6.ai.jx6msZ50GwxxsuIQrG9iXAq"], ["created_at", "2022-02-07 02:50:33.122819"], ["updated_at", "2022-02-07 02:50:33.122819"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:50:33.125312"], ["updated_at", "2022-02-07 02:50:33.125312"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:50:33.128920"], ["updated_at", "2022-02-07 02:50:33.128920"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 479], ["product_id", 96], ["created_at", "2022-02-07 02:50:33.129914"], ["updated_at", "2022-02-07 02:50:33.129914"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.7ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 96], ["user_id", 42], ["created_at", "2022-02-07 02:50:33.131267"], ["updated_at", "2022-02-07 02:50:33.131267"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$XXmJLl.GCplxO80AlaFIue7cwdOCVwAkqyQUq3CL/ZE8tC.pKeCQi"], ["created_at", "2022-02-07 02:50:33.145494"], ["updated_at", "2022-02-07 02:50:33.145494"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:50:33 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.0ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1267.7ms | Allocations: 80085)

Completed 200 OK in 1277ms (Views: 1269.3ms | ActiveRecord: 0.7ms | Allocations: 83388)

TRANSACTION (0.4ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$VHPL5Lbf4KknLQUPQF1H/eTRUQbleceWs4PAbihseC8CMIuRu8GJS"], ["created_at", "2022-02-07 02:54:20.053342"], ["updated_at", "2022-02-07 02:54:20.053342"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.077481"], ["updated_at", "2022-02-07 02:54:20.077481"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:20.102864"], ["updated_at", "2022-02-07 02:54:20.102864"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 480], ["product_id", 97], ["created_at", "2022-02-07 02:54:20.104449"], ["updated_at", "2022-02-07 02:54:20.104449"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 97], ["created_at", "2022-02-07 02:54:20.117655"], ["updated_at", "2022-02-07 02:54:20.117655"], ["user_id", 44]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.0ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.137284"], ["updated_at", "2022-02-07 02:54:20.137284"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.147257"], ["updated_at", "2022-02-07 02:54:20.147257"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:20.150990"], ["updated_at", "2022-02-07 02:54:20.150990"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 482], ["product_id", 98], ["created_at", "2022-02-07 02:54:20.152245"], ["updated_at", "2022-02-07 02:54:20.152245"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (1.1ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.164641"], ["updated_at", "2022-02-07 02:54:20.164641"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.171089"], ["updated_at", "2022-02-07 02:54:20.171089"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.178308"], ["updated_at", "2022-02-07 02:54:20.178308"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.184470"], ["updated_at", "2022-02-07 02:54:20.184470"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.195074"], ["updated_at", "2022-02-07 02:54:20.195074"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.205031"], ["updated_at", "2022-02-07 02:54:20.205031"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.212668"], ["updated_at", "2022-02-07 02:54:20.212668"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.233598"], ["updated_at", "2022-02-07 02:54:20.233598"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.239609"], ["updated_at", "2022-02-07 02:54:20.239609"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$NN0ckKi.x/b4.VJRS9hCYuLvSzY3awzxFdP2FSld8sIesisWAjk8C"], ["created_at", "2022-02-07 02:54:20.246964"], ["updated_at", "2022-02-07 02:54:20.246964"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:20.249165"], ["updated_at", "2022-02-07 02:54:20.249165"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:20.252003"], ["updated_at", "2022-02-07 02:54:20.252003"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 492], ["product_id", 99], ["created_at", "2022-02-07 02:54:20.252911"], ["updated_at", "2022-02-07 02:54:20.252911"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 99], ["user_id", 45], ["created_at", "2022-02-07 02:54:20.254194"], ["updated_at", "2022-02-07 02:54:20.254194"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5PbvRh7MTlGQt7y2/h.rWunwcR/8RhRzCXZ18Q0EqwP/rAqfZTPSG"], ["created_at", "2022-02-07 02:54:20.269310"], ["updated_at", "2022-02-07 02:54:20.269310"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:54:20 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.4ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.8ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.3ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1716.8ms | Allocations: 80057)

Completed 200 OK in 1733ms (Views: 1721.0ms | ActiveRecord: 0.8ms | Allocations: 83360)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:54:22 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.0ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.6ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 34.8ms | Allocations: 12963)

Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 1.0ms | Allocations: 13364)

TRANSACTION (0.3ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$19CWWeGh.cZuar9j42/hrei6rXb9YwgyziDRheQl167oDRfOkGhnW"], ["created_at", "2022-02-07 02:54:55.782737"], ["updated_at", "2022-02-07 02:54:55.782737"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.804071"], ["updated_at", "2022-02-07 02:54:55.804071"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:55.820035"], ["updated_at", "2022-02-07 02:54:55.820035"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 493], ["product_id", 100], ["created_at", "2022-02-07 02:54:55.821279"], ["updated_at", "2022-02-07 02:54:55.821279"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 100], ["created_at", "2022-02-07 02:54:55.833931"], ["updated_at", "2022-02-07 02:54:55.833931"], ["user_id", 47]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.847379"], ["updated_at", "2022-02-07 02:54:55.847379"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.856988"], ["updated_at", "2022-02-07 02:54:55.856988"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:55.861014"], ["updated_at", "2022-02-07 02:54:55.861014"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 495], ["product_id", 101], ["created_at", "2022-02-07 02:54:55.862318"], ["updated_at", "2022-02-07 02:54:55.862318"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.872707"], ["updated_at", "2022-02-07 02:54:55.872707"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.880463"], ["updated_at", "2022-02-07 02:54:55.880463"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.886878"], ["updated_at", "2022-02-07 02:54:55.886878"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.892519"], ["updated_at", "2022-02-07 02:54:55.892519"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.898754"], ["updated_at", "2022-02-07 02:54:55.898754"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.905452"], ["updated_at", "2022-02-07 02:54:55.905452"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.911709"], ["updated_at", "2022-02-07 02:54:55.911709"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.931916"], ["updated_at", "2022-02-07 02:54:55.931916"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.937780"], ["updated_at", "2022-02-07 02:54:55.937780"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.aIJOd.nIQnEodfWLI8nE.UjR/4WLG9a5TgPMA8gckKerGpc98EES"], ["created_at", "2022-02-07 02:54:55.944379"], ["updated_at", "2022-02-07 02:54:55.944379"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:54:55.946553"], ["updated_at", "2022-02-07 02:54:55.946553"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:54:55.950135"], ["updated_at", "2022-02-07 02:54:55.950135"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 505], ["product_id", 102], ["created_at", "2022-02-07 02:54:55.951131"], ["updated_at", "2022-02-07 02:54:55.951131"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 102], ["user_id", 48], ["created_at", "2022-02-07 02:54:55.952477"], ["updated_at", "2022-02-07 02:54:55.952477"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$JIwwF8zYg5X7jSO0lZKj8uScvbExPuhApfU6.MLYwsxDlD/SspK4m"], ["created_at", "2022-02-07 02:54:55.966649"], ["updated_at", "2022-02-07 02:54:55.966649"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:54:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.8ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.7ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1286.9ms | Allocations: 80295)

Completed 200 OK in 1296ms (Views: 1288.9ms | ActiveRecord: 0.6ms | Allocations: 83598)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:54:57 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 30.5ms | Allocations: 12963)

Completed 200 OK in 33ms (Views: 31.1ms | ActiveRecord: 0.3ms | Allocations: 13364)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Vjd/MfBoyOO7XC5JNn1QEOXHv7aKQ7k0qV720Zz1R4ZhdSpD5TGyK"], ["created_at", "2022-02-07 02:55:08.437237"], ["updated_at", "2022-02-07 02:55:08.437237"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.458739"], ["updated_at", "2022-02-07 02:55:08.458739"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:08.474501"], ["updated_at", "2022-02-07 02:55:08.474501"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 506], ["product_id", 103], ["created_at", "2022-02-07 02:55:08.475901"], ["updated_at", "2022-02-07 02:55:08.475901"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 103], ["created_at", "2022-02-07 02:55:08.488609"], ["updated_at", "2022-02-07 02:55:08.488609"], ["user_id", 50]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.501810"], ["updated_at", "2022-02-07 02:55:08.501810"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.510481"], ["updated_at", "2022-02-07 02:55:08.510481"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:08.514080"], ["updated_at", "2022-02-07 02:55:08.514080"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 508], ["product_id", 104], ["created_at", "2022-02-07 02:55:08.515274"], ["updated_at", "2022-02-07 02:55:08.515274"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.522725"], ["updated_at", "2022-02-07 02:55:08.522725"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
Product Exists? (1.0ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.534297"], ["updated_at", "2022-02-07 02:55:08.534297"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.540216"], ["updated_at", "2022-02-07 02:55:08.540216"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.547483"], ["updated_at", "2022-02-07 02:55:08.547483"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.553168"], ["updated_at", "2022-02-07 02:55:08.553168"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.558418"], ["updated_at", "2022-02-07 02:55:08.558418"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.565406"], ["updated_at", "2022-02-07 02:55:08.565406"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.584826"], ["updated_at", "2022-02-07 02:55:08.584826"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.590756"], ["updated_at", "2022-02-07 02:55:08.590756"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$wviQic8Ug4EoBpmshW0vQOyulqW7CVrBGxl8VeJcmzgK53s8xclz2"], ["created_at", "2022-02-07 02:55:08.598042"], ["updated_at", "2022-02-07 02:55:08.598042"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:08.601614"], ["updated_at", "2022-02-07 02:55:08.601614"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:08.604341"], ["updated_at", "2022-02-07 02:55:08.604341"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 518], ["product_id", 105], ["created_at", "2022-02-07 02:55:08.605244"], ["updated_at", "2022-02-07 02:55:08.605244"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 105], ["user_id", 51], ["created_at", "2022-02-07 02:55:08.606611"], ["updated_at", "2022-02-07 02:55:08.606611"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$rAV3K37m7brl5Uk8Zqo/2Oxi/73euYjDNVQ7gh2bxRojjpuLNdeWS"], ["created_at", "2022-02-07 02:55:08.622230"], ["updated_at", "2022-02-07 02:55:08.622230"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:08 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.0ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.6ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.5ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1301.2ms | Allocations: 80120)

Completed 200 OK in 1311ms (Views: 1303.4ms | ActiveRecord: 1.0ms | Allocations: 83423)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:09 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.2ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.0ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 37.1ms | Allocations: 12963)

Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.5ms | Allocations: 13364)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:10 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 580)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 858)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 12950)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.4ms | Allocations: 13350)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (2.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$WSQEFHbltZRA0QAsRbF9jOyP6dGILpFoUoTL2ZyGKPzXewoZh0tAu"], ["created_at", "2022-02-07 02:55:34.657707"], ["updated_at", "2022-02-07 02:55:34.657707"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.681326"], ["updated_at", "2022-02-07 02:55:34.681326"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:34.697250"], ["updated_at", "2022-02-07 02:55:34.697250"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 519], ["product_id", 106], ["created_at", "2022-02-07 02:55:34.698676"], ["updated_at", "2022-02-07 02:55:34.698676"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 106], ["created_at", "2022-02-07 02:55:34.700863"], ["updated_at", "2022-02-07 02:55:34.700863"], ["user_id", 53]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.725028"], ["updated_at", "2022-02-07 02:55:34.725028"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.733763"], ["updated_at", "2022-02-07 02:55:34.733763"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:34.736988"], ["updated_at", "2022-02-07 02:55:34.736988"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 521], ["product_id", 107], ["created_at", "2022-02-07 02:55:34.738066"], ["updated_at", "2022-02-07 02:55:34.738066"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (1.0ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.749625"], ["updated_at", "2022-02-07 02:55:34.749625"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.756518"], ["updated_at", "2022-02-07 02:55:34.756518"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.762916"], ["updated_at", "2022-02-07 02:55:34.762916"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.769149"], ["updated_at", "2022-02-07 02:55:34.769149"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.774361"], ["updated_at", "2022-02-07 02:55:34.774361"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.780619"], ["updated_at", "2022-02-07 02:55:34.780619"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.786567"], ["updated_at", "2022-02-07 02:55:34.786567"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.805996"], ["updated_at", "2022-02-07 02:55:34.805996"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.812184"], ["updated_at", "2022-02-07 02:55:34.812184"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$RH//ABsgCOI9JYlq3pTQ0OsOTCzRumOiJ2BrCDT2nOdVvah5Vt0D2"], ["created_at", "2022-02-07 02:55:34.819311"], ["updated_at", "2022-02-07 02:55:34.819311"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:55:34.821360"], ["updated_at", "2022-02-07 02:55:34.821360"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:55:34.823935"], ["updated_at", "2022-02-07 02:55:34.823935"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 531], ["product_id", 108], ["created_at", "2022-02-07 02:55:34.824779"], ["updated_at", "2022-02-07 02:55:34.824779"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 108], ["user_id", 54], ["created_at", "2022-02-07 02:55:34.826602"], ["updated_at", "2022-02-07 02:55:34.826602"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$uefj8Ec6.MBp7oqIUdVvk.DMJnyIjFVdDeVGsR6OoHdd7txUAa0Ce"], ["created_at", "2022-02-07 02:55:34.840835"], ["updated_at", "2022-02-07 02:55:34.840835"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:34 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1296)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 5.0ms | Allocations: 1337)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 172)
Rendered layout layouts/application.html.erb (Duration: 1329.6ms | Allocations: 80319)

Completed 200 OK in 1341ms (Views: 1333.2ms | ActiveRecord: 0.7ms | Allocations: 83622)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 588)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 861)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 33.5ms | Allocations: 12963)

Completed 200 OK in 37ms (Views: 33.7ms | ActiveRecord: 0.4ms | Allocations: 13364)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:55:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 580)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 858)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 21)
Rendered layout layouts/application.html.erb (Duration: 28.0ms | Allocations: 12950)

Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.3ms | Allocations: 13350)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$MevcVWvA6m1ibUPj.egkeOTRwrEVA7OVzPR73T1Zm4OCLUW1NZC3O"], ["created_at", "2022-02-07 02:56:18.059585"], ["updated_at", "2022-02-07 02:56:18.059585"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.081990"], ["updated_at", "2022-02-07 02:56:18.081990"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:56:18.097005"], ["updated_at", "2022-02-07 02:56:18.097005"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 532], ["product_id", 109], ["created_at", "2022-02-07 02:56:18.098427"], ["updated_at", "2022-02-07 02:56:18.098427"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 109], ["created_at", "2022-02-07 02:56:18.111137"], ["updated_at", "2022-02-07 02:56:18.111137"], ["user_id", 56]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.123903"], ["updated_at", "2022-02-07 02:56:18.123903"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.132621"], ["updated_at", "2022-02-07 02:56:18.132621"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:56:18.136456"], ["updated_at", "2022-02-07 02:56:18.136456"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 534], ["product_id", 110], ["created_at", "2022-02-07 02:56:18.137657"], ["updated_at", "2022-02-07 02:56:18.137657"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.152894"], ["updated_at", "2022-02-07 02:56:18.152894"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.159488"], ["updated_at", "2022-02-07 02:56:18.159488"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.166412"], ["updated_at", "2022-02-07 02:56:18.166412"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.172298"], ["updated_at", "2022-02-07 02:56:18.172298"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.180098"], ["updated_at", "2022-02-07 02:56:18.180098"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.186007"], ["updated_at", "2022-02-07 02:56:18.186007"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.191943"], ["updated_at", "2022-02-07 02:56:18.191943"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.210997"], ["updated_at", "2022-02-07 02:56:18.210997"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.217476"], ["updated_at", "2022-02-07 02:56:18.217476"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$PBNh7qshy8yzmxdzLiXOw.7SKDdPhB8gk/O0Z.wqLUovqHSpk2bxu"], ["created_at", "2022-02-07 02:56:18.224176"], ["updated_at", "2022-02-07 02:56:18.224176"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:56:18.226684"], ["updated_at", "2022-02-07 02:56:18.226684"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:56:18.229818"], ["updated_at", "2022-02-07 02:56:18.229818"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 544], ["product_id", 111], ["created_at", "2022-02-07 02:56:18.231105"], ["updated_at", "2022-02-07 02:56:18.231105"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 111], ["user_id", 57], ["created_at", "2022-02-07 02:56:18.232511"], ["updated_at", "2022-02-07 02:56:18.232511"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$DSg0J2sxoiXJ4bVeDOnd.ez/Ji6dmiUMiKIU5CdqUqUtmbKN1dv4a"], ["created_at", "2022-02-07 02:56:18.245918"], ["updated_at", "2022-02-07 02:56:18.245918"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:56:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.6ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1345.0ms | Allocations: 80280)

Completed 200 OK in 1355ms (Views: 1346.7ms | ActiveRecord: 0.7ms | Allocations: 83583)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:56:19 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.7ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:56:19 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.6ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$vSDPl8D8lpmnCny.RVJcd.z1AwkH/5qFXBN7yey3bh.cgGr2sHQ4C"], ["created_at", "2022-02-07 02:58:17.017539"], ["updated_at", "2022-02-07 02:58:17.017539"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.042653"], ["updated_at", "2022-02-07 02:58:17.042653"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.9ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.7ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:58:17.061928"], ["updated_at", "2022-02-07 02:58:17.061928"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 545], ["product_id", 112], ["created_at", "2022-02-07 02:58:17.075166"], ["updated_at", "2022-02-07 02:58:17.075166"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 112], ["created_at", "2022-02-07 02:58:17.077842"], ["updated_at", "2022-02-07 02:58:17.077842"], ["user_id", 59]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.092816"], ["updated_at", "2022-02-07 02:58:17.092816"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.8ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.103051"], ["updated_at", "2022-02-07 02:58:17.103051"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:58:17.106205"], ["updated_at", "2022-02-07 02:58:17.106205"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 547], ["product_id", 113], ["created_at", "2022-02-07 02:58:17.107090"], ["updated_at", "2022-02-07 02:58:17.107090"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.117046"], ["updated_at", "2022-02-07 02:58:17.117046"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.123171"], ["updated_at", "2022-02-07 02:58:17.123171"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.129240"], ["updated_at", "2022-02-07 02:58:17.129240"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.135735"], ["updated_at", "2022-02-07 02:58:17.135735"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.141111"], ["updated_at", "2022-02-07 02:58:17.141111"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.147198"], ["updated_at", "2022-02-07 02:58:17.147198"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.153531"], ["updated_at", "2022-02-07 02:58:17.153531"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.172453"], ["updated_at", "2022-02-07 02:58:17.172453"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.178381"], ["updated_at", "2022-02-07 02:58:17.178381"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$YTZzXQ6ibubPaoN0Y3QqUuj4wi0y/4mK98clw2AujxndhSqzFJfo."], ["created_at", "2022-02-07 02:58:17.186698"], ["updated_at", "2022-02-07 02:58:17.186698"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:17.188716"], ["updated_at", "2022-02-07 02:58:17.188716"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:58:17.191510"], ["updated_at", "2022-02-07 02:58:17.191510"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 557], ["product_id", 114], ["created_at", "2022-02-07 02:58:17.192361"], ["updated_at", "2022-02-07 02:58:17.192361"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 114], ["user_id", 60], ["created_at", "2022-02-07 02:58:17.193823"], ["updated_at", "2022-02-07 02:58:17.193823"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$R9SBru25IYcmsRSHvLQ3Zu3D45o7jFrpPk6PjcoVAiER7hG7YtmeC"], ["created_at", "2022-02-07 02:58:17.207917"], ["updated_at", "2022-02-07 02:58:17.207917"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:58:17 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.9ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.4ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.5ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1353.7ms | Allocations: 80331)

Completed 200 OK in 1363ms (Views: 1355.5ms | ActiveRecord: 0.9ms | Allocations: 83634)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:58:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.2ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:58:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.2ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 02:58:18.695865"], ["updated_at", "2022-02-07 02:58:18.695865"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 02:58:18.700412"], ["updated_at", "2022-02-07 02:58:18.700412"]]
Tagging Create (1.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 558], ["product_id", 115], ["created_at", "2022-02-07 02:58:18.701851"], ["updated_at", "2022-02-07 02:58:18.701851"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 21:58:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 115]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 115]]
Rendered products/index.html.erb within layouts/application (Duration: 22.3ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 36.1ms | Allocations: 16090)

Completed 200 OK in 37ms (Views: 33.4ms | ActiveRecord: 3.0ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$LyWFjEV9A1PPHMnD0DS99On4bE/O87gSGSU6N1B1RnIpoh9UdKNh."], ["created_at", "2022-02-07 03:08:27.458689"], ["updated_at", "2022-02-07 03:08:27.458689"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.484820"], ["updated_at", "2022-02-07 03:08:27.484820"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:08:27.511704"], ["updated_at", "2022-02-07 03:08:27.511704"]]
Tagging Create (1.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 559], ["product_id", 116], ["created_at", "2022-02-07 03:08:27.523409"], ["updated_at", "2022-02-07 03:08:27.523409"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 116], ["created_at", "2022-02-07 03:08:27.527034"], ["updated_at", "2022-02-07 03:08:27.527034"], ["user_id", 62]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.548342"], ["updated_at", "2022-02-07 03:08:27.548342"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.556814"], ["updated_at", "2022-02-07 03:08:27.556814"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:08:27.560553"], ["updated_at", "2022-02-07 03:08:27.560553"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 561], ["product_id", 117], ["created_at", "2022-02-07 03:08:27.561551"], ["updated_at", "2022-02-07 03:08:27.561551"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.568211"], ["updated_at", "2022-02-07 03:08:27.568211"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.575455"], ["updated_at", "2022-02-07 03:08:27.575455"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.587073"], ["updated_at", "2022-02-07 03:08:27.587073"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.596411"], ["updated_at", "2022-02-07 03:08:27.596411"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.603494"], ["updated_at", "2022-02-07 03:08:27.603494"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.612618"], ["updated_at", "2022-02-07 03:08:27.612618"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.619783"], ["updated_at", "2022-02-07 03:08:27.619783"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.644396"], ["updated_at", "2022-02-07 03:08:27.644396"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.652746"], ["updated_at", "2022-02-07 03:08:27.652746"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$S40b8wjT9F1KqS.VJvpB2eFIpN0FBDEHpVqxBhKtCSuR48Ba96adK"], ["created_at", "2022-02-07 03:08:27.662596"], ["updated_at", "2022-02-07 03:08:27.662596"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:27.664957"], ["updated_at", "2022-02-07 03:08:27.664957"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:08:27.668740"], ["updated_at", "2022-02-07 03:08:27.668740"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 571], ["product_id", 118], ["created_at", "2022-02-07 03:08:27.670055"], ["updated_at", "2022-02-07 03:08:27.670055"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (1.0ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 118], ["user_id", 63], ["created_at", "2022-02-07 03:08:27.671919"], ["updated_at", "2022-02-07 03:08:27.671919"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$k4dOq57HfHa70h9JaS.0F.QHuZR.IPF978vR208AXAGmQcjk3J8Ni"], ["created_at", "2022-02-07 03:08:27.688522"], ["updated_at", "2022-02-07 03:08:27.688522"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:08:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.2ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.9ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.0ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.8ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1755.6ms | Allocations: 80284)

Completed 200 OK in 1774ms (Views: 1759.7ms | ActiveRecord: 1.2ms | Allocations: 83587)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:08:29 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.5ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.5ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 30.5ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:08:29 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:29.593704"], ["updated_at", "2022-02-07 03:08:29.593704"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:08:29.598778"], ["updated_at", "2022-02-07 03:08:29.598778"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 572], ["product_id", 119], ["created_at", "2022-02-07 03:08:29.600237"], ["updated_at", "2022-02-07 03:08:29.600237"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:08:29 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 119]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 119]]
Rendered products/index.html.erb within layouts/application (Duration: 22.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 35.9ms | Allocations: 16090)

Completed 200 OK in 37ms (Views: 32.9ms | ActiveRecord: 3.3ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:08:29.656475"], ["updated_at", "2022-02-07 03:08:29.656475"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:08:29.659692"], ["updated_at", "2022-02-07 03:08:29.659692"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 573], ["product_id", 120], ["created_at", "2022-02-07 03:08:29.660780"], ["updated_at", "2022-02-07 03:08:29.660780"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/120” for 127.0.0.1 at 2022-02-06 22:08:29 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"120"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 120], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 120]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 120]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 120]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 120]]
Rendered products/show.html.erb within layouts/application (Duration: 315.2ms | Allocations: 358286)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 328.7ms | Allocations: 370621)

Completed 200 OK in 331ms (Views: 327.9ms | ActiveRecord: 1.3ms | Allocations: 371317)

TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.1ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$64bGChMW2U0aObDf/Co5VuLpoJOViD6aE/LL0jX44BN7vq.BCsuaq"], ["created_at", "2022-02-07 03:09:34.680639"], ["updated_at", "2022-02-07 03:09:34.680639"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.703585"], ["updated_at", "2022-02-07 03:09:34.703585"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:34.719479"], ["updated_at", "2022-02-07 03:09:34.719479"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 574], ["product_id", 121], ["created_at", "2022-02-07 03:09:34.730844"], ["updated_at", "2022-02-07 03:09:34.730844"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 121], ["created_at", "2022-02-07 03:09:34.732777"], ["updated_at", "2022-02-07 03:09:34.732777"], ["user_id", 65]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.745828"], ["updated_at", "2022-02-07 03:09:34.745828"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.754712"], ["updated_at", "2022-02-07 03:09:34.754712"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:34.758113"], ["updated_at", "2022-02-07 03:09:34.758113"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 576], ["product_id", 122], ["created_at", "2022-02-07 03:09:34.759064"], ["updated_at", "2022-02-07 03:09:34.759064"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.765384"], ["updated_at", "2022-02-07 03:09:34.765384"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.772272"], ["updated_at", "2022-02-07 03:09:34.772272"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.782211"], ["updated_at", "2022-02-07 03:09:34.782211"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.789235"], ["updated_at", "2022-02-07 03:09:34.789235"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.796063"], ["updated_at", "2022-02-07 03:09:34.796063"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.801641"], ["updated_at", "2022-02-07 03:09:34.801641"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.808559"], ["updated_at", "2022-02-07 03:09:34.808559"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.828199"], ["updated_at", "2022-02-07 03:09:34.828199"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.834533"], ["updated_at", "2022-02-07 03:09:34.834533"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ji8O40j6byrUqgSUj4dWg.03mOBZBd6KlFYyQxbe0sSiEzkVXAQYi"], ["created_at", "2022-02-07 03:09:34.841394"], ["updated_at", "2022-02-07 03:09:34.841394"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:34.843515"], ["updated_at", "2022-02-07 03:09:34.843515"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:34.846656"], ["updated_at", "2022-02-07 03:09:34.846656"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 586], ["product_id", 123], ["created_at", "2022-02-07 03:09:34.847613"], ["updated_at", "2022-02-07 03:09:34.847613"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 123], ["user_id", 66], ["created_at", "2022-02-07 03:09:34.848993"], ["updated_at", "2022-02-07 03:09:34.848993"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$LAfciwoxzemam7rU2ZpU4.80rcYLESsOdX8eH85oF8tJ9B4VlV73u"], ["created_at", "2022-02-07 03:09:34.862877"], ["updated_at", "2022-02-07 03:09:34.862877"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:09:34 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.2ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1265.3ms | Allocations: 80485)

Completed 200 OK in 1275ms (Views: 1267.3ms | ActiveRecord: 0.7ms | Allocations: 83788)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:09:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.4ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:09:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.6ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (1.0ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:36.256994"], ["updated_at", "2022-02-07 03:09:36.256994"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:36.262924"], ["updated_at", "2022-02-07 03:09:36.262924"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 587], ["product_id", 124], ["created_at", "2022-02-07 03:09:36.264921"], ["updated_at", "2022-02-07 03:09:36.264921"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:09:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 124]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 124]]
Rendered products/index.html.erb within layouts/application (Duration: 20.8ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 33.8ms | Allocations: 16090)

Completed 200 OK in 35ms (Views: 30.9ms | ActiveRecord: 3.2ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:36.318107"], ["updated_at", "2022-02-07 03:09:36.318107"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:36.321476"], ["updated_at", "2022-02-07 03:09:36.321476"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 588], ["product_id", 125], ["created_at", "2022-02-07 03:09:36.322594"], ["updated_at", "2022-02-07 03:09:36.322594"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/125” for 127.0.0.1 at 2022-02-06 22:09:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"125"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 125], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 125]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 125]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 125]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 125]]
Rendered products/show.html.erb within layouts/application (Duration: 199.0ms | Allocations: 358286)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 210.2ms | Allocations: 370621)

Completed 200 OK in 213ms (Views: 209.6ms | ActiveRecord: 1.3ms | Allocations: 371317)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:09:36.551006"], ["updated_at", "2022-02-07 03:09:36.551006"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:09:36.554814"], ["updated_at", "2022-02-07 03:09:36.554814"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 589], ["product_id", 126], ["created_at", "2022-02-07 03:09:36.556013"], ["updated_at", "2022-02-07 03:09:36.556013"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$NK/UPqVnENgS4Zlc5uJfF.2PhPptaZWnH/Tr352vxp1/XhdGvZeXe"], ["created_at", "2022-02-07 03:09:36.561111"], ["updated_at", "2022-02-07 03:09:36.561111"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 126], ["user_id", 68], ["created_at", "2022-02-07 03:09:36.562349"], ["updated_at", "2022-02-07 03:09:36.562349"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/126” for 127.0.0.1 at 2022-02-06 22:09:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"126"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 126], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 126]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 126]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 126]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 126]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 126]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 68], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.6ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.9ms | Allocations: 15578)

Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 1.5ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$FVfdGFgprNrkQYbP58b33urY23wMSomnZ/kaSwb4Xmk3zzuIRTVXG"], ["created_at", "2022-02-07 03:15:06.531164"], ["updated_at", "2022-02-07 03:15:06.531164"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.557069"], ["updated_at", "2022-02-07 03:15:06.557069"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:06.580902"], ["updated_at", "2022-02-07 03:15:06.580902"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 590], ["product_id", 127], ["created_at", "2022-02-07 03:15:06.582407"], ["updated_at", "2022-02-07 03:15:06.582407"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 127], ["created_at", "2022-02-07 03:15:06.584778"], ["updated_at", "2022-02-07 03:15:06.584778"], ["user_id", 69]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.620416"], ["updated_at", "2022-02-07 03:15:06.620416"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.628746"], ["updated_at", "2022-02-07 03:15:06.628746"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:06.632623"], ["updated_at", "2022-02-07 03:15:06.632623"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 592], ["product_id", 128], ["created_at", "2022-02-07 03:15:06.633649"], ["updated_at", "2022-02-07 03:15:06.633649"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.642119"], ["updated_at", "2022-02-07 03:15:06.642119"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.651072"], ["updated_at", "2022-02-07 03:15:06.651072"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.659794"], ["updated_at", "2022-02-07 03:15:06.659794"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.666410"], ["updated_at", "2022-02-07 03:15:06.666410"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.673581"], ["updated_at", "2022-02-07 03:15:06.673581"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.682357"], ["updated_at", "2022-02-07 03:15:06.682357"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.691002"], ["updated_at", "2022-02-07 03:15:06.691002"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.714314"], ["updated_at", "2022-02-07 03:15:06.714314"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.722238"], ["updated_at", "2022-02-07 03:15:06.722238"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$sicRgHAq1Db5CQIeoKWAMODmB722fLOunY0RVUOVk8qcb6bz.48Xm"], ["created_at", "2022-02-07 03:15:06.729861"], ["updated_at", "2022-02-07 03:15:06.729861"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:06.732276"], ["updated_at", "2022-02-07 03:15:06.732276"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:06.735734"], ["updated_at", "2022-02-07 03:15:06.735734"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 602], ["product_id", 129], ["created_at", "2022-02-07 03:15:06.736926"], ["updated_at", "2022-02-07 03:15:06.736926"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 129], ["user_id", 70], ["created_at", "2022-02-07 03:15:06.738757"], ["updated_at", "2022-02-07 03:15:06.738757"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$LF1VJqtM4Ta0DJjVk6OoLedcimFpwnzIAzZYAscnmoZR6l55pV0b6"], ["created_at", "2022-02-07 03:15:06.754039"], ["updated_at", "2022-02-07 03:15:06.754039"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:15:06 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (1.1ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 6.2ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.3ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.3ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1605.8ms | Allocations: 80420)

Completed 200 OK in 1622ms (Views: 1608.6ms | ActiveRecord: 1.1ms | Allocations: 83723)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:15:08 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.6ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.8ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:15:08 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.4ms | Allocations: 12980)

Completed 200 OK in 29ms (Views: 27.3ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:08.532788"], ["updated_at", "2022-02-07 03:15:08.532788"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:08.538129"], ["updated_at", "2022-02-07 03:15:08.538129"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 603], ["product_id", 130], ["created_at", "2022-02-07 03:15:08.540228"], ["updated_at", "2022-02-07 03:15:08.540228"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:15:08 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 130]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 130]]
Rendered products/index.html.erb within layouts/application (Duration: 22.1ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 35.0ms | Allocations: 16090)

Completed 200 OK in 36ms (Views: 31.9ms | ActiveRecord: 3.4ms | Allocations: 16490)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:08.596906"], ["updated_at", "2022-02-07 03:15:08.596906"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:08.600431"], ["updated_at", "2022-02-07 03:15:08.600431"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 604], ["product_id", 131], ["created_at", "2022-02-07 03:15:08.601715"], ["updated_at", "2022-02-07 03:15:08.601715"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/131” for 127.0.0.1 at 2022-02-06 22:15:08 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"131"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 131], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 131]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 131]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 131]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 131]]
Rendered products/show.html.erb within layouts/application (Duration: 332.6ms | Allocations: 358286)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 344.5ms | Allocations: 370621)

Completed 200 OK in 347ms (Views: 343.6ms | ActiveRecord: 1.5ms | Allocations: 371317)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:15:08.965868"], ["updated_at", "2022-02-07 03:15:08.965868"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:15:08.970102"], ["updated_at", "2022-02-07 03:15:08.970102"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 605], ["product_id", 132], ["created_at", "2022-02-07 03:15:08.971290"], ["updated_at", "2022-02-07 03:15:08.971290"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$hcmEVSuH2AiSc9cnL8dUMeNWz8m784J6JEYy97P3KRRVruPr6n5zO"], ["created_at", "2022-02-07 03:15:08.977301"], ["updated_at", "2022-02-07 03:15:08.977301"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 132], ["user_id", 72], ["created_at", "2022-02-07 03:15:08.978600"], ["updated_at", "2022-02-07 03:15:08.978600"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/132” for 127.0.0.1 at 2022-02-06 22:15:08 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"132"}
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 132], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 132]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 132]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 132]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 132]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 132]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 72], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.4ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.5ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 1.9ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$L3JYzZ9jeAqaBez6iU2A/O0G2vDzqGikaXDFZi.cy5YLwHlYEf0bG"], ["created_at", "2022-02-07 03:15:09.017367"], ["updated_at", "2022-02-07 03:15:09.017367"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
 (1.2ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$CUEijWHCcB3eh6bFG/Zzse3DFlQIC9Abdsp6xNI6js7Vb7YQbBFPG"], ["created_at", "2022-02-07 03:23:51.070828"], ["updated_at", "2022-02-07 03:23:51.070828"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.095815"], ["updated_at", "2022-02-07 03:23:51.095815"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:51.131435"], ["updated_at", "2022-02-07 03:23:51.131435"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 606], ["product_id", 133], ["created_at", "2022-02-07 03:23:51.132755"], ["updated_at", "2022-02-07 03:23:51.132755"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 133], ["created_at", "2022-02-07 03:23:51.134758"], ["updated_at", "2022-02-07 03:23:51.134758"], ["user_id", 74]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.154256"], ["updated_at", "2022-02-07 03:23:51.154256"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.162410"], ["updated_at", "2022-02-07 03:23:51.162410"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:51.166999"], ["updated_at", "2022-02-07 03:23:51.166999"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 608], ["product_id", 134], ["created_at", "2022-02-07 03:23:51.168213"], ["updated_at", "2022-02-07 03:23:51.168213"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.176053"], ["updated_at", "2022-02-07 03:23:51.176053"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.187149"], ["updated_at", "2022-02-07 03:23:51.187149"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.195606"], ["updated_at", "2022-02-07 03:23:51.195606"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.205048"], ["updated_at", "2022-02-07 03:23:51.205048"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.213008"], ["updated_at", "2022-02-07 03:23:51.213008"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.222986"], ["updated_at", "2022-02-07 03:23:51.222986"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.229215"], ["updated_at", "2022-02-07 03:23:51.229215"]]
TRANSACTION (1.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.254579"], ["updated_at", "2022-02-07 03:23:51.254579"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.260650"], ["updated_at", "2022-02-07 03:23:51.260650"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$tnRCo6tEXYcxFMXy3gIiWOkwhWKyOrLK/RDmLNV3ChSe0KXuT/.1y"], ["created_at", "2022-02-07 03:23:51.269473"], ["updated_at", "2022-02-07 03:23:51.269473"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:51.272245"], ["updated_at", "2022-02-07 03:23:51.272245"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:51.275234"], ["updated_at", "2022-02-07 03:23:51.275234"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 618], ["product_id", 135], ["created_at", "2022-02-07 03:23:51.276918"], ["updated_at", "2022-02-07 03:23:51.276918"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 135], ["user_id", 75], ["created_at", "2022-02-07 03:23:51.278618"], ["updated_at", "2022-02-07 03:23:51.278618"], ["rating", 3]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$xmvab1bgXy/oH2vTRSyXtu6zGHqZXOnXp/Gy2tWP8padmuZyBDvsa"], ["created_at", "2022-02-07 03:23:51.294917"], ["updated_at", "2022-02-07 03:23:51.294917"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:23:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.7ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 5.0ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.8ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1701.0ms | Allocations: 80392)

Completed 200 OK in 1716ms (Views: 1704.5ms | ActiveRecord: 0.8ms | Allocations: 83695)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:23:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.8ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:23:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.6ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.6ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:53.145618"], ["updated_at", "2022-02-07 03:23:53.145618"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:53.151469"], ["updated_at", "2022-02-07 03:23:53.151469"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 619], ["product_id", 136], ["created_at", "2022-02-07 03:23:53.153396"], ["updated_at", "2022-02-07 03:23:53.153396"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:23:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 136]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 136]]
Rendered products/index.html.erb within layouts/application (Duration: 22.3ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 35.1ms | Allocations: 16090)

Completed 200 OK in 36ms (Views: 32.1ms | ActiveRecord: 3.3ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:53.207892"], ["updated_at", "2022-02-07 03:23:53.207892"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:53.211183"], ["updated_at", "2022-02-07 03:23:53.211183"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 620], ["product_id", 137], ["created_at", "2022-02-07 03:23:53.212353"], ["updated_at", "2022-02-07 03:23:53.212353"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/137” for 127.0.0.1 at 2022-02-06 22:23:53 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"137"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 137], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 137]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 137]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 137]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 137]]
Rendered products/show.html.erb within layouts/application (Duration: 307.6ms | Allocations: 358280)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 320.7ms | Allocations: 370615)

Completed 200 OK in 323ms (Views: 319.7ms | ActiveRecord: 1.5ms | Allocations: 371311)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:23:53.551389"], ["updated_at", "2022-02-07 03:23:53.551389"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:23:53.554969"], ["updated_at", "2022-02-07 03:23:53.554969"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 621], ["product_id", 138], ["created_at", "2022-02-07 03:23:53.556271"], ["updated_at", "2022-02-07 03:23:53.556271"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$VHkRJj4/bng/MfEm1Tdcau9bCwLlHf.eEutRyc2vuGX7oU1ugl5iq"], ["created_at", "2022-02-07 03:23:53.561600"], ["updated_at", "2022-02-07 03:23:53.561600"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.6ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 138], ["user_id", 77], ["created_at", "2022-02-07 03:23:53.563222"], ["updated_at", "2022-02-07 03:23:53.563222"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/138” for 127.0.0.1 at 2022-02-06 22:23:53 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"138"}
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 138], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 138]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 138]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 138]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 138]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 138]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 77], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.7ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 1.8ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$qWbtD2wAcfg.Sa3ucLVIzO1hcGCEw4e18M8DvPLW5Peqz9DKf1c86"], ["created_at", "2022-02-07 03:23:53.603237"], ["updated_at", "2022-02-07 03:23:53.603237"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products/new” for 127.0.0.1 at 2022-02-06 22:23:53 -0500

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$HojDzXkr/cK7aAJ0S3KrVuUtBIpOcx8yrndhBhSwDJqO6jk0E1j.a"], ["created_at", "2022-02-07 03:24:17.338308"], ["updated_at", "2022-02-07 03:24:17.338308"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.360910"], ["updated_at", "2022-02-07 03:24:17.360910"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:17.388109"], ["updated_at", "2022-02-07 03:24:17.388109"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 622], ["product_id", 139], ["created_at", "2022-02-07 03:24:17.389322"], ["updated_at", "2022-02-07 03:24:17.389322"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.5ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 139], ["created_at", "2022-02-07 03:24:17.391199"], ["updated_at", "2022-02-07 03:24:17.391199"], ["user_id", 79]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.404245"], ["updated_at", "2022-02-07 03:24:17.404245"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.411963"], ["updated_at", "2022-02-07 03:24:17.411963"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:17.416376"], ["updated_at", "2022-02-07 03:24:17.416376"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 624], ["product_id", 140], ["created_at", "2022-02-07 03:24:17.417787"], ["updated_at", "2022-02-07 03:24:17.417787"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.428704"], ["updated_at", "2022-02-07 03:24:17.428704"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.436040"], ["updated_at", "2022-02-07 03:24:17.436040"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.442383"], ["updated_at", "2022-02-07 03:24:17.442383"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.448240"], ["updated_at", "2022-02-07 03:24:17.448240"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.453876"], ["updated_at", "2022-02-07 03:24:17.453876"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.460142"], ["updated_at", "2022-02-07 03:24:17.460142"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.466325"], ["updated_at", "2022-02-07 03:24:17.466325"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.486233"], ["updated_at", "2022-02-07 03:24:17.486233"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.492522"], ["updated_at", "2022-02-07 03:24:17.492522"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$qA8vp0Y0Mtb4H6gohSghjuLQ6v/Mx3qf6WAvNQW9MClh1X1B1ICaS"], ["created_at", "2022-02-07 03:24:17.499138"], ["updated_at", "2022-02-07 03:24:17.499138"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:17.501256"], ["updated_at", "2022-02-07 03:24:17.501256"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:17.505283"], ["updated_at", "2022-02-07 03:24:17.505283"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 634], ["product_id", 141], ["created_at", "2022-02-07 03:24:17.506227"], ["updated_at", "2022-02-07 03:24:17.506227"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 141], ["user_id", 80], ["created_at", "2022-02-07 03:24:17.507527"], ["updated_at", "2022-02-07 03:24:17.507527"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7qTWFgTeW6rfCq//o1gmPOzkLD1pSyRGbuDNRT9rux2Z3Ce598tGa"], ["created_at", "2022-02-07 03:24:17.521202"], ["updated_at", "2022-02-07 03:24:17.521202"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:24:17 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.4ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1246.0ms | Allocations: 80361)

Completed 200 OK in 1255ms (Views: 1247.5ms | ActiveRecord: 0.7ms | Allocations: 83664)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:24:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.7ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:24:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.5ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:18.895570"], ["updated_at", "2022-02-07 03:24:18.895570"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:18.901148"], ["updated_at", "2022-02-07 03:24:18.901148"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 635], ["product_id", 142], ["created_at", "2022-02-07 03:24:18.903138"], ["updated_at", "2022-02-07 03:24:18.903138"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:24:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 142]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 142]]
Rendered products/index.html.erb within layouts/application (Duration: 19.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 31.8ms | Allocations: 16090)

Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 3.2ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:18.952817"], ["updated_at", "2022-02-07 03:24:18.952817"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:18.956149"], ["updated_at", "2022-02-07 03:24:18.956149"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 636], ["product_id", 143], ["created_at", "2022-02-07 03:24:18.957248"], ["updated_at", "2022-02-07 03:24:18.957248"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/143” for 127.0.0.1 at 2022-02-06 22:24:18 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"143"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 143], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 143]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 143]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 143]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 143]]
Rendered products/show.html.erb within layouts/application (Duration: 193.2ms | Allocations: 358284)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 204.4ms | Allocations: 370619)

Completed 200 OK in 206ms (Views: 203.6ms | ActiveRecord: 1.2ms | Allocations: 371315)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:24:19.180480"], ["updated_at", "2022-02-07 03:24:19.180480"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:24:19.184327"], ["updated_at", "2022-02-07 03:24:19.184327"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 637], ["product_id", 144], ["created_at", "2022-02-07 03:24:19.185375"], ["updated_at", "2022-02-07 03:24:19.185375"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$M2uJlFndHf/rU4lUIoRgqOVmDVZOyy6xDwz7xW5tguWdhuYrIk5rG"], ["created_at", "2022-02-07 03:24:19.190362"], ["updated_at", "2022-02-07 03:24:19.190362"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 144], ["user_id", 82], ["created_at", "2022-02-07 03:24:19.191602"], ["updated_at", "2022-02-07 03:24:19.191602"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/144” for 127.0.0.1 at 2022-02-06 22:24:19 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"144"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 144], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 144]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 144]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 144]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 144]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 144]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 82], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.8ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 15578)

Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 1.7ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$NcNt5HERFBGz76aZGzgXHOmydMMkD98JOosJLzRWwJTJhrz3FM4Qa"], ["created_at", "2022-02-07 03:24:19.227942"], ["updated_at", "2022-02-07 03:24:19.227942"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products/new” for 127.0.0.1 at 2022-02-06 22:24:19 -0500

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$JSvTimFunwlfHNbm8EZAF.XZBJ9XH4rTUSmyjOxFbuvp59slJWS/K"], ["created_at", "2022-02-07 03:25:02.418878"], ["updated_at", "2022-02-07 03:25:02.418878"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.441859"], ["updated_at", "2022-02-07 03:25:02.441859"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:02.472446"], ["updated_at", "2022-02-07 03:25:02.472446"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 638], ["product_id", 145], ["created_at", "2022-02-07 03:25:02.473669"], ["updated_at", "2022-02-07 03:25:02.473669"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 145], ["created_at", "2022-02-07 03:25:02.475583"], ["updated_at", "2022-02-07 03:25:02.475583"], ["user_id", 84]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.490718"], ["updated_at", "2022-02-07 03:25:02.490718"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.498758"], ["updated_at", "2022-02-07 03:25:02.498758"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:02.504724"], ["updated_at", "2022-02-07 03:25:02.504724"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 640], ["product_id", 146], ["created_at", "2022-02-07 03:25:02.505995"], ["updated_at", "2022-02-07 03:25:02.505995"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.516971"], ["updated_at", "2022-02-07 03:25:02.516971"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.526232"], ["updated_at", "2022-02-07 03:25:02.526232"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.531989"], ["updated_at", "2022-02-07 03:25:02.531989"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.540749"], ["updated_at", "2022-02-07 03:25:02.540749"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.546028"], ["updated_at", "2022-02-07 03:25:02.546028"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.554034"], ["updated_at", "2022-02-07 03:25:02.554034"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.561684"], ["updated_at", "2022-02-07 03:25:02.561684"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.582560"], ["updated_at", "2022-02-07 03:25:02.582560"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.590552"], ["updated_at", "2022-02-07 03:25:02.590552"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$avjgBrniRms7nw0hVkHE8.H1ai8swOLlpQpkIHw17DqJ9ocu0uVR."], ["created_at", "2022-02-07 03:25:02.598353"], ["updated_at", "2022-02-07 03:25:02.598353"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:02.600429"], ["updated_at", "2022-02-07 03:25:02.600429"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:02.604572"], ["updated_at", "2022-02-07 03:25:02.604572"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 650], ["product_id", 147], ["created_at", "2022-02-07 03:25:02.606671"], ["updated_at", "2022-02-07 03:25:02.606671"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.7ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 147], ["user_id", 85], ["created_at", "2022-02-07 03:25:02.609220"], ["updated_at", "2022-02-07 03:25:02.609220"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$mdIR6/lq26CoouBH7d31Te7DwAiqcVUwe8GdMfUJjmskYV1VYLq7G"], ["created_at", "2022-02-07 03:25:02.625511"], ["updated_at", "2022-02-07 03:25:02.625511"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:02 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.5ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1310.8ms | Allocations: 80309)

Completed 200 OK in 1322ms (Views: 1312.5ms | ActiveRecord: 0.8ms | Allocations: 83612)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:03 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.8ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:04 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:04.072163"], ["updated_at", "2022-02-07 03:25:04.072163"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:04.076747"], ["updated_at", "2022-02-07 03:25:04.076747"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 651], ["product_id", 148], ["created_at", "2022-02-07 03:25:04.079209"], ["updated_at", "2022-02-07 03:25:04.079209"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:04 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 148]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 148]]
Rendered products/index.html.erb within layouts/application (Duration: 20.2ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 32.6ms | Allocations: 16090)

Completed 200 OK in 33ms (Views: 29.7ms | ActiveRecord: 3.2ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:04.129013"], ["updated_at", "2022-02-07 03:25:04.129013"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:04.132484"], ["updated_at", "2022-02-07 03:25:04.132484"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 652], ["product_id", 149], ["created_at", "2022-02-07 03:25:04.133556"], ["updated_at", "2022-02-07 03:25:04.133556"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/149” for 127.0.0.1 at 2022-02-06 22:25:04 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"149"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 149], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 149]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 149]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 149]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 149]]
Rendered products/show.html.erb within layouts/application (Duration: 195.4ms | Allocations: 358285)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 206.9ms | Allocations: 370620)

Completed 200 OK in 209ms (Views: 206.3ms | ActiveRecord: 1.4ms | Allocations: 371316)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:04.357845"], ["updated_at", "2022-02-07 03:25:04.357845"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:04.362067"], ["updated_at", "2022-02-07 03:25:04.362067"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 653], ["product_id", 150], ["created_at", "2022-02-07 03:25:04.363381"], ["updated_at", "2022-02-07 03:25:04.363381"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$G0nYmjiSyAT8.0h4PtG7sefUmsLcW0xOsvXTvau1qbkK2S39g9IF2"], ["created_at", "2022-02-07 03:25:04.368628"], ["updated_at", "2022-02-07 03:25:04.368628"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 150], ["user_id", 87], ["created_at", "2022-02-07 03:25:04.369948"], ["updated_at", "2022-02-07 03:25:04.369948"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/150” for 127.0.0.1 at 2022-02-06 22:25:04 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"150"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 150], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 150]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 150]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 150]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 150]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 150]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 87], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.8ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.1ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 1.7ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5ONwwmci54QdVtZ/0HSIoe8ts.B3ErTCyJD5.VmHW1JThg0KWPTPS"], ["created_at", "2022-02-07 03:25:04.407851"], ["updated_at", "2022-02-07 03:25:04.407851"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$/VxnqizRtoNdEaAL4dCl8ePVn7FtkWi9A8z7kz4fFYMR/4XWthD9u"], ["created_at", "2022-02-07 03:25:20.009505"], ["updated_at", "2022-02-07 03:25:20.009505"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.031469"], ["updated_at", "2022-02-07 03:25:20.031469"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:20.058128"], ["updated_at", "2022-02-07 03:25:20.058128"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 654], ["product_id", 151], ["created_at", "2022-02-07 03:25:20.059279"], ["updated_at", "2022-02-07 03:25:20.059279"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.5ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 151], ["created_at", "2022-02-07 03:25:20.061239"], ["updated_at", "2022-02-07 03:25:20.061239"], ["user_id", 89]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.074021"], ["updated_at", "2022-02-07 03:25:20.074021"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.082242"], ["updated_at", "2022-02-07 03:25:20.082242"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:20.086415"], ["updated_at", "2022-02-07 03:25:20.086415"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 656], ["product_id", 152], ["created_at", "2022-02-07 03:25:20.087613"], ["updated_at", "2022-02-07 03:25:20.087613"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.095496"], ["updated_at", "2022-02-07 03:25:20.095496"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.106392"], ["updated_at", "2022-02-07 03:25:20.106392"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.113343"], ["updated_at", "2022-02-07 03:25:20.113343"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.120635"], ["updated_at", "2022-02-07 03:25:20.120635"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.127151"], ["updated_at", "2022-02-07 03:25:20.127151"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.132956"], ["updated_at", "2022-02-07 03:25:20.132956"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.140018"], ["updated_at", "2022-02-07 03:25:20.140018"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.158761"], ["updated_at", "2022-02-07 03:25:20.158761"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.164417"], ["updated_at", "2022-02-07 03:25:20.164417"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$jebS.JbP7fP0jn4Lo07xfuHBA.MZmCX5jggo8lQX1M2WWxBj6sVeW"], ["created_at", "2022-02-07 03:25:20.171761"], ["updated_at", "2022-02-07 03:25:20.171761"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:20.173970"], ["updated_at", "2022-02-07 03:25:20.173970"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:20.176714"], ["updated_at", "2022-02-07 03:25:20.176714"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 666], ["product_id", 153], ["created_at", "2022-02-07 03:25:20.177610"], ["updated_at", "2022-02-07 03:25:20.177610"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 153], ["user_id", 90], ["created_at", "2022-02-07 03:25:20.178928"], ["updated_at", "2022-02-07 03:25:20.178928"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$YKZTuJXieJPRaNEJozSM7OgoWdDiUMYVHcYEDgbdxAgU4Wvr0ysyi"], ["created_at", "2022-02-07 03:25:20.193407"], ["updated_at", "2022-02-07 03:25:20.193407"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:20 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.5ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.0ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1254.0ms | Allocations: 80336)

Completed 200 OK in 1263ms (Views: 1255.8ms | ActiveRecord: 0.7ms | Allocations: 83639)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.7ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.8ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:21.576852"], ["updated_at", "2022-02-07 03:25:21.576852"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:21.582033"], ["updated_at", "2022-02-07 03:25:21.582033"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 667], ["product_id", 154], ["created_at", "2022-02-07 03:25:21.583965"], ["updated_at", "2022-02-07 03:25:21.583965"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 154]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 154]]
Rendered products/index.html.erb within layouts/application (Duration: 19.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 32.6ms | Allocations: 16090)

Completed 200 OK in 34ms (Views: 29.9ms | ActiveRecord: 3.0ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:21.634528"], ["updated_at", "2022-02-07 03:25:21.634528"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:21.638033"], ["updated_at", "2022-02-07 03:25:21.638033"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 668], ["product_id", 155], ["created_at", "2022-02-07 03:25:21.639282"], ["updated_at", "2022-02-07 03:25:21.639282"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/155” for 127.0.0.1 at 2022-02-06 22:25:21 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"155"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 155], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 155]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 155]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 155]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 155]]
Rendered products/show.html.erb within layouts/application (Duration: 193.6ms | Allocations: 358285)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 205.5ms | Allocations: 370620)

Completed 200 OK in 208ms (Views: 204.7ms | ActiveRecord: 1.4ms | Allocations: 371316)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:21.862472"], ["updated_at", "2022-02-07 03:25:21.862472"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:21.866224"], ["updated_at", "2022-02-07 03:25:21.866224"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 669], ["product_id", 156], ["created_at", "2022-02-07 03:25:21.867245"], ["updated_at", "2022-02-07 03:25:21.867245"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$MFYYKOS75emENUuhZ5H0MOZiCwOnjDlhT7m5oaudND3vmptfUU2JC"], ["created_at", "2022-02-07 03:25:21.872188"], ["updated_at", "2022-02-07 03:25:21.872188"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 156], ["user_id", 92], ["created_at", "2022-02-07 03:25:21.873461"], ["updated_at", "2022-02-07 03:25:21.873461"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/156” for 127.0.0.1 at 2022-02-06 22:25:21 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"156"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 156], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 156]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 156]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 156]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 156]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 156]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 92], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.7ms | Allocations: 15578)

Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 1.6ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$8qikYJjXntKfOXWPXqDq4uvNErrVY/1zvm3.tjkBck204pqKTD3Km"], ["created_at", "2022-02-07 03:25:21.909671"], ["updated_at", "2022-02-07 03:25:21.909671"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products/create” for 127.0.0.1 at 2022-02-06 22:25:21 -0500

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$76nBBxqguicljvZR7W3MkO1bvHS2li/0RCT5cv9MrXtKYZsoQa2zG"], ["created_at", "2022-02-07 03:25:42.285461"], ["updated_at", "2022-02-07 03:25:42.285461"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.307025"], ["updated_at", "2022-02-07 03:25:42.307025"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:42.331416"], ["updated_at", "2022-02-07 03:25:42.331416"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 670], ["product_id", 157], ["created_at", "2022-02-07 03:25:42.332773"], ["updated_at", "2022-02-07 03:25:42.332773"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 157], ["created_at", "2022-02-07 03:25:42.334841"], ["updated_at", "2022-02-07 03:25:42.334841"], ["user_id", 94]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.347518"], ["updated_at", "2022-02-07 03:25:42.347518"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.354972"], ["updated_at", "2022-02-07 03:25:42.354972"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:42.358633"], ["updated_at", "2022-02-07 03:25:42.358633"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 672], ["product_id", 158], ["created_at", "2022-02-07 03:25:42.359574"], ["updated_at", "2022-02-07 03:25:42.359574"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.365923"], ["updated_at", "2022-02-07 03:25:42.365923"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.372082"], ["updated_at", "2022-02-07 03:25:42.372082"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.377556"], ["updated_at", "2022-02-07 03:25:42.377556"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.383396"], ["updated_at", "2022-02-07 03:25:42.383396"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.389402"], ["updated_at", "2022-02-07 03:25:42.389402"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.395095"], ["updated_at", "2022-02-07 03:25:42.395095"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.400579"], ["updated_at", "2022-02-07 03:25:42.400579"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.419603"], ["updated_at", "2022-02-07 03:25:42.419603"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.425539"], ["updated_at", "2022-02-07 03:25:42.425539"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$BL/RswM8nsh0VoEF338v/OFrVLtN9zUfWzjZqOM.ja.BjDTsLBZ4m"], ["created_at", "2022-02-07 03:25:42.432854"], ["updated_at", "2022-02-07 03:25:42.432854"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:42.435416"], ["updated_at", "2022-02-07 03:25:42.435416"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:42.438908"], ["updated_at", "2022-02-07 03:25:42.438908"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 682], ["product_id", 159], ["created_at", "2022-02-07 03:25:42.439932"], ["updated_at", "2022-02-07 03:25:42.439932"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 159], ["user_id", 95], ["created_at", "2022-02-07 03:25:42.441407"], ["updated_at", "2022-02-07 03:25:42.441407"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$IQSISXBgmoT92rbmvDxVFu10REj1yuODK/kJHwhbcbzKCsjM8oAvO"], ["created_at", "2022-02-07 03:25:42.456555"], ["updated_at", "2022-02-07 03:25:42.456555"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:42 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.7ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1250.5ms | Allocations: 80349)

Completed 200 OK in 1260ms (Views: 1252.1ms | ActiveRecord: 0.7ms | Allocations: 83652)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.1ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.9ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.4ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:43.833409"], ["updated_at", "2022-02-07 03:25:43.833409"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:43.838176"], ["updated_at", "2022-02-07 03:25:43.838176"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 683], ["product_id", 160], ["created_at", "2022-02-07 03:25:43.839797"], ["updated_at", "2022-02-07 03:25:43.839797"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:25:43 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 160]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 160]]
Rendered products/index.html.erb within layouts/application (Duration: 20.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 33.5ms | Allocations: 16090)

Completed 200 OK in 35ms (Views: 30.7ms | ActiveRecord: 3.1ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:43.891207"], ["updated_at", "2022-02-07 03:25:43.891207"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:43.894456"], ["updated_at", "2022-02-07 03:25:43.894456"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 684], ["product_id", 161], ["created_at", "2022-02-07 03:25:43.895659"], ["updated_at", "2022-02-07 03:25:43.895659"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/161” for 127.0.0.1 at 2022-02-06 22:25:43 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"161"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 161], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 161]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 161]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 161]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 161]]
Rendered products/show.html.erb within layouts/application (Duration: 196.5ms | Allocations: 358291)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 208.5ms | Allocations: 370626)

Completed 200 OK in 211ms (Views: 207.7ms | ActiveRecord: 1.4ms | Allocations: 371322)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:25:44.122090"], ["updated_at", "2022-02-07 03:25:44.122090"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:25:44.125516"], ["updated_at", "2022-02-07 03:25:44.125516"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 685], ["product_id", 162], ["created_at", "2022-02-07 03:25:44.126635"], ["updated_at", "2022-02-07 03:25:44.126635"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$oGcLPeHADdEJjAWj/iPyJevNkaB1B4Ni88yfIYEdrf4nyHagiQkvK"], ["created_at", "2022-02-07 03:25:44.131794"], ["updated_at", "2022-02-07 03:25:44.131794"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 162], ["user_id", 97], ["created_at", "2022-02-07 03:25:44.133157"], ["updated_at", "2022-02-07 03:25:44.133157"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/162” for 127.0.0.1 at 2022-02-06 22:25:44 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"162"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 162], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 162]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 162]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 162]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 162]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 162]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 97], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.2ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.9ms | Allocations: 15578)

Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 2.0ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Mr8gyv6EWgunYdjQuOpmHuw4h0pXjefB42A4oAt9xdFujVUti6wae"], ["created_at", "2022-02-07 03:25:44.170195"], ["updated_at", "2022-02-07 03:25:44.170195"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:25:44 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f8cf39df990>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.4ms)  ROLLBACK
 (0.7ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$MOS6n72dOo6m2pzKavpXyO374NDH.RILWU.CDGCcybzYuTutDugaG"], ["created_at", "2022-02-07 03:27:12.602535"], ["updated_at", "2022-02-07 03:27:12.602535"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.624787"], ["updated_at", "2022-02-07 03:27:12.624787"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.7ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:12.653379"], ["updated_at", "2022-02-07 03:27:12.653379"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 686], ["product_id", 163], ["created_at", "2022-02-07 03:27:12.655281"], ["updated_at", "2022-02-07 03:27:12.655281"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 163], ["created_at", "2022-02-07 03:27:12.657677"], ["updated_at", "2022-02-07 03:27:12.657677"], ["user_id", 99]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.672636"], ["updated_at", "2022-02-07 03:27:12.672636"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.679935"], ["updated_at", "2022-02-07 03:27:12.679935"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:12.683418"], ["updated_at", "2022-02-07 03:27:12.683418"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 688], ["product_id", 164], ["created_at", "2022-02-07 03:27:12.684563"], ["updated_at", "2022-02-07 03:27:12.684563"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.691447"], ["updated_at", "2022-02-07 03:27:12.691447"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.696907"], ["updated_at", "2022-02-07 03:27:12.696907"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.702762"], ["updated_at", "2022-02-07 03:27:12.702762"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.708619"], ["updated_at", "2022-02-07 03:27:12.708619"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.713861"], ["updated_at", "2022-02-07 03:27:12.713861"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.720221"], ["updated_at", "2022-02-07 03:27:12.720221"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.726059"], ["updated_at", "2022-02-07 03:27:12.726059"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.744976"], ["updated_at", "2022-02-07 03:27:12.744976"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.751436"], ["updated_at", "2022-02-07 03:27:12.751436"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$OKzjEoKSRjekOppjWmEuruuio90CKeKkRd8j8gIsU41pM3V13Tp.C"], ["created_at", "2022-02-07 03:27:12.758965"], ["updated_at", "2022-02-07 03:27:12.758965"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:12.760911"], ["updated_at", "2022-02-07 03:27:12.760911"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:12.763645"], ["updated_at", "2022-02-07 03:27:12.763645"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 698], ["product_id", 165], ["created_at", "2022-02-07 03:27:12.764547"], ["updated_at", "2022-02-07 03:27:12.764547"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.1ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 165], ["user_id", 100], ["created_at", "2022-02-07 03:27:12.766178"], ["updated_at", "2022-02-07 03:27:12.766178"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$91hoVLXnTHv3wJp1mzLSo.scb2Aj82vWJWzedKt2l8OtnMLVhj4Ie"], ["created_at", "2022-02-07 03:27:12.779641"], ["updated_at", "2022-02-07 03:27:12.779641"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:27:12 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.9ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.1ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1351.6ms | Allocations: 80391)

Completed 200 OK in 1362ms (Views: 1353.1ms | ActiveRecord: 0.9ms | Allocations: 83694)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.7ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 30.0ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:14.266529"], ["updated_at", "2022-02-07 03:27:14.266529"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:14.271863"], ["updated_at", "2022-02-07 03:27:14.271863"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 699], ["product_id", 166], ["created_at", "2022-02-07 03:27:14.273208"], ["updated_at", "2022-02-07 03:27:14.273208"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 166]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 166]]
Rendered products/index.html.erb within layouts/application (Duration: 20.7ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 34.0ms | Allocations: 16090)

Completed 200 OK in 35ms (Views: 30.9ms | ActiveRecord: 3.5ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:14.326027"], ["updated_at", "2022-02-07 03:27:14.326027"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:14.329188"], ["updated_at", "2022-02-07 03:27:14.329188"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 700], ["product_id", 167], ["created_at", "2022-02-07 03:27:14.330197"], ["updated_at", "2022-02-07 03:27:14.330197"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/167” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"167"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 167], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 167]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 167]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 167]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 167]]
Rendered products/show.html.erb within layouts/application (Duration: 202.5ms | Allocations: 358284)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 214.8ms | Allocations: 370619)

Completed 200 OK in 217ms (Views: 214.0ms | ActiveRecord: 1.4ms | Allocations: 371315)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:27:14.563931"], ["updated_at", "2022-02-07 03:27:14.563931"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:27:14.567398"], ["updated_at", "2022-02-07 03:27:14.567398"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 701], ["product_id", 168], ["created_at", "2022-02-07 03:27:14.568525"], ["updated_at", "2022-02-07 03:27:14.568525"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$s5teqILllMrkB3hDwfPiP.JSgV286F8Eo3B5H/Drs6527FFaXDVty"], ["created_at", "2022-02-07 03:27:14.573241"], ["updated_at", "2022-02-07 03:27:14.573241"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 168], ["user_id", 102], ["created_at", "2022-02-07 03:27:14.574712"], ["updated_at", "2022-02-07 03:27:14.574712"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/168” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"168"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 168], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 168]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 168]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 168]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 168]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 168]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 102], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 20.1ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 2.0ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$zN4sfca/0CIdZRrwzrmMvOJCwRaRkUNtYxb4ZQw0JFCqzGctUTE0u"], ["created_at", "2022-02-07 03:27:14.615897"], ["updated_at", "2022-02-07 03:27:14.615897"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:27:14 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fae57c649b0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.8ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$R1VDjxuPgRbdEQt/V1z.t.7HKxazxVKUV80kExIMYcpz42Uvovr7C"], ["created_at", "2022-02-07 03:30:16.085483"], ["updated_at", "2022-02-07 03:30:16.085483"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.108436"], ["updated_at", "2022-02-07 03:30:16.108436"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:16.135631"], ["updated_at", "2022-02-07 03:30:16.135631"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 702], ["product_id", 169], ["created_at", "2022-02-07 03:30:16.137148"], ["updated_at", "2022-02-07 03:30:16.137148"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 169], ["created_at", "2022-02-07 03:30:16.139228"], ["updated_at", "2022-02-07 03:30:16.139228"], ["user_id", 104]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.162588"], ["updated_at", "2022-02-07 03:30:16.162588"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.170301"], ["updated_at", "2022-02-07 03:30:16.170301"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:16.174615"], ["updated_at", "2022-02-07 03:30:16.174615"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 704], ["product_id", 170], ["created_at", "2022-02-07 03:30:16.175727"], ["updated_at", "2022-02-07 03:30:16.175727"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.182041"], ["updated_at", "2022-02-07 03:30:16.182041"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.188841"], ["updated_at", "2022-02-07 03:30:16.188841"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.195606"], ["updated_at", "2022-02-07 03:30:16.195606"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.201354"], ["updated_at", "2022-02-07 03:30:16.201354"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.208321"], ["updated_at", "2022-02-07 03:30:16.208321"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.214094"], ["updated_at", "2022-02-07 03:30:16.214094"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.219832"], ["updated_at", "2022-02-07 03:30:16.219832"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.239929"], ["updated_at", "2022-02-07 03:30:16.239929"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.246459"], ["updated_at", "2022-02-07 03:30:16.246459"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$RR3QihDyNM2NO9vITTETwehYgDLKmCk8HOWCPH9f8/7XaV8GNMFu2"], ["created_at", "2022-02-07 03:30:16.252481"], ["updated_at", "2022-02-07 03:30:16.252481"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:16.254854"], ["updated_at", "2022-02-07 03:30:16.254854"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:16.259343"], ["updated_at", "2022-02-07 03:30:16.259343"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 714], ["product_id", 171], ["created_at", "2022-02-07 03:30:16.260249"], ["updated_at", "2022-02-07 03:30:16.260249"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 171], ["user_id", 105], ["created_at", "2022-02-07 03:30:16.261946"], ["updated_at", "2022-02-07 03:30:16.261946"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$2TyAk2LnBDQryPxMYQ46B.qy3Vbvs1ukP1Va.SA3bW4iq.XMc4FDm"], ["created_at", "2022-02-07 03:30:16.277022"], ["updated_at", "2022-02-07 03:30:16.277022"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:30:16 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1283.4ms | Allocations: 80433)

Completed 200 OK in 1293ms (Views: 1285.0ms | ActiveRecord: 0.8ms | Allocations: 83736)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:30:17 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.5ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.7ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:30:17 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.9ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:17.691131"], ["updated_at", "2022-02-07 03:30:17.691131"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:17.696643"], ["updated_at", "2022-02-07 03:30:17.696643"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 715], ["product_id", 172], ["created_at", "2022-02-07 03:30:17.697685"], ["updated_at", "2022-02-07 03:30:17.697685"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:30:17 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 172]]
 (0.9ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 172]]
Rendered products/index.html.erb within layouts/application (Duration: 20.1ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 32.7ms | Allocations: 16090)

Completed 200 OK in 33ms (Views: 29.6ms | ActiveRecord: 3.3ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:17.748110"], ["updated_at", "2022-02-07 03:30:17.748110"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:17.751174"], ["updated_at", "2022-02-07 03:30:17.751174"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 716], ["product_id", 173], ["created_at", "2022-02-07 03:30:17.752178"], ["updated_at", "2022-02-07 03:30:17.752178"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/173” for 127.0.0.1 at 2022-02-06 22:30:17 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"173"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 173], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 173]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 173]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 173]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 173]]
Rendered products/show.html.erb within layouts/application (Duration: 197.8ms | Allocations: 358289)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 209.9ms | Allocations: 370624)

Completed 200 OK in 212ms (Views: 209.2ms | ActiveRecord: 1.4ms | Allocations: 371320)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:30:17.980203"], ["updated_at", "2022-02-07 03:30:17.980203"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:30:17.983622"], ["updated_at", "2022-02-07 03:30:17.983622"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 717], ["product_id", 174], ["created_at", "2022-02-07 03:30:17.984665"], ["updated_at", "2022-02-07 03:30:17.984665"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ycsx5sRjj6hWQMW/PuAHHeJg.WMZKpGQpGt29xIgBexz0SczB3GZW"], ["created_at", "2022-02-07 03:30:17.989869"], ["updated_at", "2022-02-07 03:30:17.989869"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 174], ["user_id", 107], ["created_at", "2022-02-07 03:30:17.991156"], ["updated_at", "2022-02-07 03:30:17.991156"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/174” for 127.0.0.1 at 2022-02-06 22:30:17 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"174"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 174], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 174]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 174]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 174]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 174]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 174]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 107], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 20.3ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 2.0ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$eEzCZVCgwKKmYNDH7QbovOcYPmEDN6KpD1f4vCSKDzxsPdC2wiF3."], ["created_at", "2022-02-07 03:30:18.029165"], ["updated_at", "2022-02-07 03:30:18.029165"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:30:18 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fed414d7d18>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

 (0.3ms)  SELECT COUNT(*) FROM "products"
 (0.3ms)  SELECT COUNT(*) FROM "products"
TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$cesiIHcXpW17CxC9Nizcd.NcJ1SkEyWDyUVs6pzMHa4MLaqp9qRJO"], ["created_at", "2022-02-07 03:32:27.126967"], ["updated_at", "2022-02-07 03:32:27.126967"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.148763"], ["updated_at", "2022-02-07 03:32:27.148763"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:27.175445"], ["updated_at", "2022-02-07 03:32:27.175445"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 718], ["product_id", 175], ["created_at", "2022-02-07 03:32:27.176645"], ["updated_at", "2022-02-07 03:32:27.176645"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.5ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 175], ["created_at", "2022-02-07 03:32:27.178584"], ["updated_at", "2022-02-07 03:32:27.178584"], ["user_id", 109]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.192891"], ["updated_at", "2022-02-07 03:32:27.192891"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.201301"], ["updated_at", "2022-02-07 03:32:27.201301"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:27.206756"], ["updated_at", "2022-02-07 03:32:27.206756"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 720], ["product_id", 176], ["created_at", "2022-02-07 03:32:27.208082"], ["updated_at", "2022-02-07 03:32:27.208082"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.215545"], ["updated_at", "2022-02-07 03:32:27.215545"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.225397"], ["updated_at", "2022-02-07 03:32:27.225397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.232846"], ["updated_at", "2022-02-07 03:32:27.232846"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.240037"], ["updated_at", "2022-02-07 03:32:27.240037"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.246050"], ["updated_at", "2022-02-07 03:32:27.246050"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.251391"], ["updated_at", "2022-02-07 03:32:27.251391"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.257797"], ["updated_at", "2022-02-07 03:32:27.257797"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.277826"], ["updated_at", "2022-02-07 03:32:27.277826"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.283742"], ["updated_at", "2022-02-07 03:32:27.283742"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$4fImEMhT9LLhdJi/hoUg3ebv4ZF.EZ.lvTr4pu0PkNbUaZcfDQoyu"], ["created_at", "2022-02-07 03:32:27.290817"], ["updated_at", "2022-02-07 03:32:27.290817"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:27.293195"], ["updated_at", "2022-02-07 03:32:27.293195"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:27.296016"], ["updated_at", "2022-02-07 03:32:27.296016"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 730], ["product_id", 177], ["created_at", "2022-02-07 03:32:27.296952"], ["updated_at", "2022-02-07 03:32:27.296952"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.7ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 177], ["user_id", 110], ["created_at", "2022-02-07 03:32:27.298319"], ["updated_at", "2022-02-07 03:32:27.298319"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$yj/aYIa2s3Ia7hHPpzdEce5S6UKPH.FXvwlYUQHN7ZZAR37KNDoFq"], ["created_at", "2022-02-07 03:32:27.312897"], ["updated_at", "2022-02-07 03:32:27.312897"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.5ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1337.7ms | Allocations: 80464)

Completed 200 OK in 1347ms (Views: 1339.3ms | ActiveRecord: 0.7ms | Allocations: 83767)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.3ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.1ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.1ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:28.784357"], ["updated_at", "2022-02-07 03:32:28.784357"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:28.789757"], ["updated_at", "2022-02-07 03:32:28.789757"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 731], ["product_id", 178], ["created_at", "2022-02-07 03:32:28.790795"], ["updated_at", "2022-02-07 03:32:28.790795"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 178]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 178]]
Rendered products/index.html.erb within layouts/application (Duration: 22.4ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 35.6ms | Allocations: 16090)

Completed 200 OK in 37ms (Views: 32.9ms | ActiveRecord: 3.3ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:28.846273"], ["updated_at", "2022-02-07 03:32:28.846273"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:28.849718"], ["updated_at", "2022-02-07 03:32:28.849718"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 732], ["product_id", 179], ["created_at", "2022-02-07 03:32:28.850884"], ["updated_at", "2022-02-07 03:32:28.850884"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/179” for 127.0.0.1 at 2022-02-06 22:32:28 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"179"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 179], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 179]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 179]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 179]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 179]]
Rendered products/show.html.erb within layouts/application (Duration: 327.0ms | Allocations: 358288)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 338.5ms | Allocations: 370623)

Completed 200 OK in 341ms (Views: 337.7ms | ActiveRecord: 1.4ms | Allocations: 371319)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:29.206978"], ["updated_at", "2022-02-07 03:32:29.206978"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:29.209781"], ["updated_at", "2022-02-07 03:32:29.209781"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 733], ["product_id", 180], ["created_at", "2022-02-07 03:32:29.210869"], ["updated_at", "2022-02-07 03:32:29.210869"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$nN74UdoKtyAdV7r3p/O6LO7F.mOD/kih4PL7/Jy./snpwr6KcGnDi"], ["created_at", "2022-02-07 03:32:29.214874"], ["updated_at", "2022-02-07 03:32:29.214874"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.6ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 180], ["user_id", 112], ["created_at", "2022-02-07 03:32:29.216809"], ["updated_at", "2022-02-07 03:32:29.216809"], ["rating", 3]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/180” for 127.0.0.1 at 2022-02-06 22:32:29 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"180"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 180], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 180]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 180]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 180]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 180]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 180]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 112], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.1ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 20.2ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 1.9ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$T7a.GrHU.ho1ZAQRLKRb/eOSKxM8zzACCpWMxIi8A.uu9lmW.ZfTa"], ["created_at", "2022-02-07 03:32:29.258126"], ["updated_at", "2022-02-07 03:32:29.258126"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:32:29 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fe8ea7922c0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

 (0.3ms)  SELECT COUNT(*) FROM "products"
TRANSACTION (0.2ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$9VNYaPg9Q0iMAGEKKh5fsuQz0pKQElQm0Ylr6RkPfqscjyEKZn2ia"], ["created_at", "2022-02-07 03:32:56.318558"], ["updated_at", "2022-02-07 03:32:56.318558"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.340190"], ["updated_at", "2022-02-07 03:32:56.340190"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:56.365837"], ["updated_at", "2022-02-07 03:32:56.365837"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 734], ["product_id", 181], ["created_at", "2022-02-07 03:32:56.367069"], ["updated_at", "2022-02-07 03:32:56.367069"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 181], ["created_at", "2022-02-07 03:32:56.369550"], ["updated_at", "2022-02-07 03:32:56.369550"], ["user_id", 114]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.382325"], ["updated_at", "2022-02-07 03:32:56.382325"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.390698"], ["updated_at", "2022-02-07 03:32:56.390698"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:56.394887"], ["updated_at", "2022-02-07 03:32:56.394887"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 736], ["product_id", 182], ["created_at", "2022-02-07 03:32:56.396089"], ["updated_at", "2022-02-07 03:32:56.396089"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.406246"], ["updated_at", "2022-02-07 03:32:56.406246"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.412800"], ["updated_at", "2022-02-07 03:32:56.412800"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.419293"], ["updated_at", "2022-02-07 03:32:56.419293"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.425430"], ["updated_at", "2022-02-07 03:32:56.425430"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.431286"], ["updated_at", "2022-02-07 03:32:56.431286"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.437213"], ["updated_at", "2022-02-07 03:32:56.437213"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.443711"], ["updated_at", "2022-02-07 03:32:56.443711"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.462792"], ["updated_at", "2022-02-07 03:32:56.462792"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.469368"], ["updated_at", "2022-02-07 03:32:56.469368"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$NcsDSLk1FGZpi1zMej/eROmSUu5qYHd7kqwAYcIJzhFUW5YaivrOa"], ["created_at", "2022-02-07 03:32:56.477085"], ["updated_at", "2022-02-07 03:32:56.477085"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:56.479077"], ["updated_at", "2022-02-07 03:32:56.479077"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:56.481764"], ["updated_at", "2022-02-07 03:32:56.481764"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 746], ["product_id", 183], ["created_at", "2022-02-07 03:32:56.482709"], ["updated_at", "2022-02-07 03:32:56.482709"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 183], ["user_id", 115], ["created_at", "2022-02-07 03:32:56.484198"], ["updated_at", "2022-02-07 03:32:56.484198"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$K4qZBxuddkFRC5rXDTyAXOwKRtub2mlB5YqbDEj.tcZQY.UIXbuhW"], ["created_at", "2022-02-07 03:32:56.498473"], ["updated_at", "2022-02-07 03:32:56.498473"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:56 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.2ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.7ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.6ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1283.6ms | Allocations: 80398)

Completed 200 OK in 1293ms (Views: 1285.5ms | ActiveRecord: 0.8ms | Allocations: 83701)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:57 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.6ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.1ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:57 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.8ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:57.914467"], ["updated_at", "2022-02-07 03:32:57.914467"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:57.919077"], ["updated_at", "2022-02-07 03:32:57.919077"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 747], ["product_id", 184], ["created_at", "2022-02-07 03:32:57.920788"], ["updated_at", "2022-02-07 03:32:57.920788"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:32:57 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 184]]
 (0.9ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 184]]
Rendered products/index.html.erb within layouts/application (Duration: 22.5ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 36.0ms | Allocations: 16090)

Completed 200 OK in 37ms (Views: 32.7ms | ActiveRecord: 3.6ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:57.976907"], ["updated_at", "2022-02-07 03:32:57.976907"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:57.980406"], ["updated_at", "2022-02-07 03:32:57.980406"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 748], ["product_id", 185], ["created_at", "2022-02-07 03:32:57.981567"], ["updated_at", "2022-02-07 03:32:57.981567"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/185” for 127.0.0.1 at 2022-02-06 22:32:57 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"185"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 185], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 185]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 185]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 185]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 185]]
Rendered products/show.html.erb within layouts/application (Duration: 289.1ms | Allocations: 358285)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 300.9ms | Allocations: 370620)

Completed 200 OK in 303ms (Views: 299.9ms | ActiveRecord: 1.6ms | Allocations: 371316)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:32:58.302223"], ["updated_at", "2022-02-07 03:32:58.302223"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:32:58.306610"], ["updated_at", "2022-02-07 03:32:58.306610"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 749], ["product_id", 186], ["created_at", "2022-02-07 03:32:58.308105"], ["updated_at", "2022-02-07 03:32:58.308105"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$RCKuwtHJ0E6e7OumGLBoe.Z8330F0Fv7r3ueNrz4/FWQsVhjIcz5q"], ["created_at", "2022-02-07 03:32:58.313776"], ["updated_at", "2022-02-07 03:32:58.313776"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 186], ["user_id", 117], ["created_at", "2022-02-07 03:32:58.315012"], ["updated_at", "2022-02-07 03:32:58.315012"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/186” for 127.0.0.1 at 2022-02-06 22:32:58 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"186"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 186], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 186]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 186]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 186]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 186]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 186]]
User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 117], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.2ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.0ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 1.8ms | Allocations: 16048)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$PXkrLILSoizuBgBWpTt8HeNGGCH/ja0.nH/UIW.WGXOErclYFp.xa"], ["created_at", "2022-02-07 03:32:58.353702"], ["updated_at", "2022-02-07 03:32:58.353702"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:32:58 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fcd24322a00>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$f7nJ2NWXyDnq2gmBz2Sb6.zu4wclc5j3dKdHLTb1dxTlpiupOIQIC"], ["created_at", "2022-02-07 03:33:44.197363"], ["updated_at", "2022-02-07 03:33:44.197363"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.219654"], ["updated_at", "2022-02-07 03:33:44.219654"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:44.245537"], ["updated_at", "2022-02-07 03:33:44.245537"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 750], ["product_id", 187], ["created_at", "2022-02-07 03:33:44.246767"], ["updated_at", "2022-02-07 03:33:44.246767"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 187], ["created_at", "2022-02-07 03:33:44.248940"], ["updated_at", "2022-02-07 03:33:44.248940"], ["user_id", 119]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.262101"], ["updated_at", "2022-02-07 03:33:44.262101"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.270382"], ["updated_at", "2022-02-07 03:33:44.270382"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:44.274822"], ["updated_at", "2022-02-07 03:33:44.274822"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 752], ["product_id", 188], ["created_at", "2022-02-07 03:33:44.275879"], ["updated_at", "2022-02-07 03:33:44.275879"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.282530"], ["updated_at", "2022-02-07 03:33:44.282530"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (1.0ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.292821"], ["updated_at", "2022-02-07 03:33:44.292821"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.301081"], ["updated_at", "2022-02-07 03:33:44.301081"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.308055"], ["updated_at", "2022-02-07 03:33:44.308055"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.313727"], ["updated_at", "2022-02-07 03:33:44.313727"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.319346"], ["updated_at", "2022-02-07 03:33:44.319346"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.326093"], ["updated_at", "2022-02-07 03:33:44.326093"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.345891"], ["updated_at", "2022-02-07 03:33:44.345891"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.351516"], ["updated_at", "2022-02-07 03:33:44.351516"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$45clSr3raRSweyjhXfkdku07XL.K4VDr1KAxBxnWgCtCdh.qzSkLm"], ["created_at", "2022-02-07 03:33:44.358768"], ["updated_at", "2022-02-07 03:33:44.358768"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:44.361037"], ["updated_at", "2022-02-07 03:33:44.361037"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:44.363882"], ["updated_at", "2022-02-07 03:33:44.363882"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 762], ["product_id", 189], ["created_at", "2022-02-07 03:33:44.364816"], ["updated_at", "2022-02-07 03:33:44.364816"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 189], ["user_id", 120], ["created_at", "2022-02-07 03:33:44.366204"], ["updated_at", "2022-02-07 03:33:44.366204"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$AmGBV5ekk1YnWr5gZKufvOd4DXwlM7Nwqv0GOmNgEz1TkhhNekiy."], ["created_at", "2022-02-07 03:33:44.381223"], ["updated_at", "2022-02-07 03:33:44.381223"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:33:44 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.5ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1294.4ms | Allocations: 80479)

Completed 200 OK in 1304ms (Views: 1296.4ms | ActiveRecord: 0.7ms | Allocations: 83782)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:33:45 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.2ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:33:45 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.6ms | Allocations: 12980)

Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:45.806009"], ["updated_at", "2022-02-07 03:33:45.806009"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:45.811240"], ["updated_at", "2022-02-07 03:33:45.811240"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 763], ["product_id", 190], ["created_at", "2022-02-07 03:33:45.812148"], ["updated_at", "2022-02-07 03:33:45.812148"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:33:45 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 190]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 190]]
Rendered products/index.html.erb within layouts/application (Duration: 20.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 33.1ms | Allocations: 16090)

Completed 200 OK in 34ms (Views: 30.5ms | ActiveRecord: 3.0ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:45.865264"], ["updated_at", "2022-02-07 03:33:45.865264"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:45.868470"], ["updated_at", "2022-02-07 03:33:45.868470"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 764], ["product_id", 191], ["created_at", "2022-02-07 03:33:45.869436"], ["updated_at", "2022-02-07 03:33:45.869436"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/191” for 127.0.0.1 at 2022-02-06 22:33:45 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"191"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 191], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 191]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 191]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 191]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 191]]
Rendered products/show.html.erb within layouts/application (Duration: 287.8ms | Allocations: 358348)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 300.1ms | Allocations: 370683)

Completed 200 OK in 302ms (Views: 299.4ms | ActiveRecord: 1.3ms | Allocations: 371379)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:33:46.188059"], ["updated_at", "2022-02-07 03:33:46.188059"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:33:46.191522"], ["updated_at", "2022-02-07 03:33:46.191522"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 765], ["product_id", 192], ["created_at", "2022-02-07 03:33:46.192873"], ["updated_at", "2022-02-07 03:33:46.192873"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$jQCoLW045KLJ97vfg7jKV.Cvw0AE5Fdkkot8ipd2jlaIYjSFf4qWW"], ["created_at", "2022-02-07 03:33:46.198892"], ["updated_at", "2022-02-07 03:33:46.198892"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 192], ["user_id", 122], ["created_at", "2022-02-07 03:33:46.200189"], ["updated_at", "2022-02-07 03:33:46.200189"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/192” for 127.0.0.1 at 2022-02-06 22:33:46 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"192"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 192], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 192]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 192]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 192]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 192]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 192]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 122], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.4ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.9ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 1.9ms | Allocations: 16048)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$VS/9GtugBkQheefpO6xGieXT6Q41.KAdSh/nJsuCy00S4VXMqL832"], ["created_at", "2022-02-07 03:33:46.238501"], ["updated_at", "2022-02-07 03:33:46.238501"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:33:46 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fc73d54a9c8>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$QjflLY3ycyfol7revhQeAuoJOkbwoyi98SN.3jH8CIkQ6ESjNEy9."], ["created_at", "2022-02-07 03:34:52.738978"], ["updated_at", "2022-02-07 03:34:52.738978"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.761544"], ["updated_at", "2022-02-07 03:34:52.761544"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:52.787893"], ["updated_at", "2022-02-07 03:34:52.787893"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 766], ["product_id", 193], ["created_at", "2022-02-07 03:34:52.789162"], ["updated_at", "2022-02-07 03:34:52.789162"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 193], ["created_at", "2022-02-07 03:34:52.791022"], ["updated_at", "2022-02-07 03:34:52.791022"], ["user_id", 124]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.805692"], ["updated_at", "2022-02-07 03:34:52.805692"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.815289"], ["updated_at", "2022-02-07 03:34:52.815289"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:52.818920"], ["updated_at", "2022-02-07 03:34:52.818920"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 768], ["product_id", 194], ["created_at", "2022-02-07 03:34:52.819942"], ["updated_at", "2022-02-07 03:34:52.819942"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.828068"], ["updated_at", "2022-02-07 03:34:52.828068"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.834329"], ["updated_at", "2022-02-07 03:34:52.834329"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.843620"], ["updated_at", "2022-02-07 03:34:52.843620"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.850577"], ["updated_at", "2022-02-07 03:34:52.850577"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (1.1ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.857209"], ["updated_at", "2022-02-07 03:34:52.857209"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.863942"], ["updated_at", "2022-02-07 03:34:52.863942"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.869443"], ["updated_at", "2022-02-07 03:34:52.869443"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.889801"], ["updated_at", "2022-02-07 03:34:52.889801"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.896314"], ["updated_at", "2022-02-07 03:34:52.896314"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$oKiWJ5KJvzUEbjZypvBbyuOcrDG7J8tZYZ5BEmAQSoEkLANeczfNm"], ["created_at", "2022-02-07 03:34:52.902520"], ["updated_at", "2022-02-07 03:34:52.902520"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:52.904973"], ["updated_at", "2022-02-07 03:34:52.904973"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:52.908710"], ["updated_at", "2022-02-07 03:34:52.908710"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 778], ["product_id", 195], ["created_at", "2022-02-07 03:34:52.909862"], ["updated_at", "2022-02-07 03:34:52.909862"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 195], ["user_id", 125], ["created_at", "2022-02-07 03:34:52.911303"], ["updated_at", "2022-02-07 03:34:52.911303"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$bUNJKlE4SbbhBRoayUss5OB3zo.RuAKlZijL33leYOBHp5.duDXoa"], ["created_at", "2022-02-07 03:34:52.924359"], ["updated_at", "2022-02-07 03:34:52.924359"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (9.5ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (5.9ms)  ROLLBACK
TRANSACTION (2.4ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:34:52 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.5ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.9ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1287.5ms | Allocations: 80581)

Completed 200 OK in 1302ms (Views: 1289.9ms | ActiveRecord: 0.7ms | Allocations: 83884)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.1ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.5ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.0ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:54.388430"], ["updated_at", "2022-02-07 03:34:54.388430"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:54.393963"], ["updated_at", "2022-02-07 03:34:54.393963"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 779], ["product_id", 196], ["created_at", "2022-02-07 03:34:54.396228"], ["updated_at", "2022-02-07 03:34:54.396228"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 196]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 196]]
Rendered products/index.html.erb within layouts/application (Duration: 10.6ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.0ms | Allocations: 16090)

Completed 200 OK in 33ms (Views: 29.8ms | ActiveRecord: 3.0ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:54.445794"], ["updated_at", "2022-02-07 03:34:54.445794"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:54.448887"], ["updated_at", "2022-02-07 03:34:54.448887"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 780], ["product_id", 197], ["created_at", "2022-02-07 03:34:54.449994"], ["updated_at", "2022-02-07 03:34:54.449994"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/197” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"197"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 197], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 197]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 197]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 197]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 197]]
Rendered products/show.html.erb within layouts/application (Duration: 202.0ms | Allocations: 358347)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 213.7ms | Allocations: 370682)

Completed 200 OK in 216ms (Views: 213.0ms | ActiveRecord: 1.2ms | Allocations: 371378)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:34:54.681520"], ["updated_at", "2022-02-07 03:34:54.681520"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:34:54.685398"], ["updated_at", "2022-02-07 03:34:54.685398"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 781], ["product_id", 198], ["created_at", "2022-02-07 03:34:54.686511"], ["updated_at", "2022-02-07 03:34:54.686511"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$AUheuT4H06XRaGaqFzbZLeKywt9XEpRBvHWtStxPqMYbIbEg2IsFe"], ["created_at", "2022-02-07 03:34:54.691673"], ["updated_at", "2022-02-07 03:34:54.691673"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 198], ["user_id", 127], ["created_at", "2022-02-07 03:34:54.693052"], ["updated_at", "2022-02-07 03:34:54.693052"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/198” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"198"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 198], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 198]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 198]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 198]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 198]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 198]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 127], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.8ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.5ms | Allocations: 15578)

Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 1.7ms | Allocations: 16048)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Pqi9jcpOk6LBasbIn8SXTe2MAzM3qgZ3X.S1rcQY0R3Mbciz/XUhK"], ["created_at", "2022-02-07 03:34:54.729802"], ["updated_at", "2022-02-07 03:34:54.729802"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:34:54 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd19180e430>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$CHMpUBpl9fqvKbmgohvMRuUsg/sPuT4Bd9NZuJqoYgHZMD73JA/hu"], ["created_at", "2022-02-07 03:35:59.956315"], ["updated_at", "2022-02-07 03:35:59.956315"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:35:59.977883"], ["updated_at", "2022-02-07 03:35:59.977883"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:00.004339"], ["updated_at", "2022-02-07 03:36:00.004339"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 782], ["product_id", 199], ["created_at", "2022-02-07 03:36:00.005629"], ["updated_at", "2022-02-07 03:36:00.005629"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.5ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 199], ["created_at", "2022-02-07 03:36:00.007650"], ["updated_at", "2022-02-07 03:36:00.007650"], ["user_id", 129]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.021590"], ["updated_at", "2022-02-07 03:36:00.021590"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.7ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.031960"], ["updated_at", "2022-02-07 03:36:00.031960"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:00.035539"], ["updated_at", "2022-02-07 03:36:00.035539"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 784], ["product_id", 200], ["created_at", "2022-02-07 03:36:00.036494"], ["updated_at", "2022-02-07 03:36:00.036494"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.048455"], ["updated_at", "2022-02-07 03:36:00.048455"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.054960"], ["updated_at", "2022-02-07 03:36:00.054960"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.061770"], ["updated_at", "2022-02-07 03:36:00.061770"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.067922"], ["updated_at", "2022-02-07 03:36:00.067922"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.073618"], ["updated_at", "2022-02-07 03:36:00.073618"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.079950"], ["updated_at", "2022-02-07 03:36:00.079950"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.085447"], ["updated_at", "2022-02-07 03:36:00.085447"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.105202"], ["updated_at", "2022-02-07 03:36:00.105202"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.112408"], ["updated_at", "2022-02-07 03:36:00.112408"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$JKrYU0RfeVO0Un094TgPfeOWzAchVeFRExVhICzROj.Jm2mhs2ndy"], ["created_at", "2022-02-07 03:36:00.118747"], ["updated_at", "2022-02-07 03:36:00.118747"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:00.120744"], ["updated_at", "2022-02-07 03:36:00.120744"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:00.123675"], ["updated_at", "2022-02-07 03:36:00.123675"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 794], ["product_id", 201], ["created_at", "2022-02-07 03:36:00.125118"], ["updated_at", "2022-02-07 03:36:00.125118"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.0ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 201], ["user_id", 130], ["created_at", "2022-02-07 03:36:00.126835"], ["updated_at", "2022-02-07 03:36:00.126835"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$pfr6Gh98G0uld1IZTiIdzOeUh8GgFUOaxhAs/s9fyXmfSUa9T.Lwi"], ["created_at", "2022-02-07 03:36:00.139952"], ["updated_at", "2022-02-07 03:36:00.139952"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:00 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.6ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1355.6ms | Allocations: 80711)

Completed 200 OK in 1365ms (Views: 1357.8ms | ActiveRecord: 0.7ms | Allocations: 84014)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:01 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.6ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 32.8ms | Allocations: 12993)

Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:01 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.3ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 46.0ms | Allocations: 12980)

Completed 200 OK in 47ms (Views: 45.9ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:01.665972"], ["updated_at", "2022-02-07 03:36:01.665972"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:01.672252"], ["updated_at", "2022-02-07 03:36:01.672252"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 795], ["product_id", 202], ["created_at", "2022-02-07 03:36:01.673956"], ["updated_at", "2022-02-07 03:36:01.673956"]]
TRANSACTION (0.8ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:01 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 202]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 202]]
Rendered products/index.html.erb within layouts/application (Duration: 11.0ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.9ms | Allocations: 16090)

Completed 200 OK in 34ms (Views: 21.1ms | ActiveRecord: 3.2ms | Allocations: 16491)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:01.727677"], ["updated_at", "2022-02-07 03:36:01.727677"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:01.731160"], ["updated_at", "2022-02-07 03:36:01.731160"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 796], ["product_id", 203], ["created_at", "2022-02-07 03:36:01.732685"], ["updated_at", "2022-02-07 03:36:01.732685"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/203” for 127.0.0.1 at 2022-02-06 22:36:01 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"203"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 203], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 203]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 203]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 203]]
Review Load (0.6ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 203]]
Rendered products/show.html.erb within layouts/application (Duration: 206.5ms | Allocations: 358353)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 219.6ms | Allocations: 370688)

Completed 200 OK in 223ms (Views: 218.6ms | ActiveRecord: 1.7ms | Allocations: 371384)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:01.973181"], ["updated_at", "2022-02-07 03:36:01.973181"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:01.977355"], ["updated_at", "2022-02-07 03:36:01.977355"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 797], ["product_id", 204], ["created_at", "2022-02-07 03:36:01.978639"], ["updated_at", "2022-02-07 03:36:01.978639"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$oTLQ9O6tjLXc11LOv8XROewa5cKLHMd812.gzla7yG0gYt7qUKYAi"], ["created_at", "2022-02-07 03:36:01.984251"], ["updated_at", "2022-02-07 03:36:01.984251"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 204], ["user_id", 132], ["created_at", "2022-02-07 03:36:01.985827"], ["updated_at", "2022-02-07 03:36:01.985827"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/204” for 127.0.0.1 at 2022-02-06 22:36:01 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"204"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 204], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 204]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 204]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 204]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 204]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 204]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 132], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.3ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.5ms | Allocations: 15578)

Completed 200 OK in 25ms (Views: 22.0ms | ActiveRecord: 2.0ms | Allocations: 16049)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Ox9x/pvAdyAG2G2KIGR.9ue9WTaUCLe4BXmXam7AV5DPOTNGghcMu"], ["created_at", "2022-02-07 03:36:02.030563"], ["updated_at", "2022-02-07 03:36:02.030563"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:36:02 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f9fac826880>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$s0zLa9zoLMc9Z8T/nGZ1q.eJfCLvYa.N/4o3dPq0FrGA.9i.7uJGa"], ["created_at", "2022-02-07 03:36:35.327611"], ["updated_at", "2022-02-07 03:36:35.327611"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.350383"], ["updated_at", "2022-02-07 03:36:35.350383"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:35.377123"], ["updated_at", "2022-02-07 03:36:35.377123"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 798], ["product_id", 205], ["created_at", "2022-02-07 03:36:35.378540"], ["updated_at", "2022-02-07 03:36:35.378540"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 205], ["created_at", "2022-02-07 03:36:35.380543"], ["updated_at", "2022-02-07 03:36:35.380543"], ["user_id", 134]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.394763"], ["updated_at", "2022-02-07 03:36:35.394763"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.401618"], ["updated_at", "2022-02-07 03:36:35.401618"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:35.404764"], ["updated_at", "2022-02-07 03:36:35.404764"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 800], ["product_id", 206], ["created_at", "2022-02-07 03:36:35.405952"], ["updated_at", "2022-02-07 03:36:35.405952"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.414288"], ["updated_at", "2022-02-07 03:36:35.414288"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.423018"], ["updated_at", "2022-02-07 03:36:35.423018"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.431166"], ["updated_at", "2022-02-07 03:36:35.431166"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.438230"], ["updated_at", "2022-02-07 03:36:35.438230"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.444260"], ["updated_at", "2022-02-07 03:36:35.444260"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.451021"], ["updated_at", "2022-02-07 03:36:35.451021"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.457089"], ["updated_at", "2022-02-07 03:36:35.457089"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.477913"], ["updated_at", "2022-02-07 03:36:35.477913"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.484030"], ["updated_at", "2022-02-07 03:36:35.484030"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$oFQtvja..f8ztSrgIUK6l.BT3pKST3xLXpzjqD.EFRnL9Gj9I.i66"], ["created_at", "2022-02-07 03:36:35.490635"], ["updated_at", "2022-02-07 03:36:35.490635"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:35.492867"], ["updated_at", "2022-02-07 03:36:35.492867"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:35.496706"], ["updated_at", "2022-02-07 03:36:35.496706"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 810], ["product_id", 207], ["created_at", "2022-02-07 03:36:35.497714"], ["updated_at", "2022-02-07 03:36:35.497714"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 207], ["user_id", 135], ["created_at", "2022-02-07 03:36:35.499218"], ["updated_at", "2022-02-07 03:36:35.499218"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$d8zA7VlphF7Yo/3m.rFSf.GvamjmkqFO2HPvnW9fqekKOONC978Sq"], ["created_at", "2022-02-07 03:36:35.513472"], ["updated_at", "2022-02-07 03:36:35.513472"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:35 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.3ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.2ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1346.0ms | Allocations: 80727)

Completed 200 OK in 1357ms (Views: 1349.3ms | ActiveRecord: 0.7ms | Allocations: 84030)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 31.1ms | Allocations: 12993)

Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.0ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:36.993909"], ["updated_at", "2022-02-07 03:36:36.993909"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:36.999417"], ["updated_at", "2022-02-07 03:36:36.999417"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 811], ["product_id", 208], ["created_at", "2022-02-07 03:36:37.001648"], ["updated_at", "2022-02-07 03:36:37.001648"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:36:37 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 208]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 208]]
Rendered products/index.html.erb within layouts/application (Duration: 10.5ms | Allocations: 3785)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.7ms | Allocations: 16090)

Completed 200 OK in 34ms (Views: 20.7ms | ActiveRecord: 3.3ms | Allocations: 16491)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:37.051438"], ["updated_at", "2022-02-07 03:36:37.051438"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:37.054409"], ["updated_at", "2022-02-07 03:36:37.054409"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 812], ["product_id", 209], ["created_at", "2022-02-07 03:36:37.055511"], ["updated_at", "2022-02-07 03:36:37.055511"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/209” for 127.0.0.1 at 2022-02-06 22:36:37 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"209"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 209], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 209]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 209]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 209]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 209]]
Rendered products/show.html.erb within layouts/application (Duration: 196.1ms | Allocations: 358348)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 207.4ms | Allocations: 370683)

Completed 200 OK in 210ms (Views: 206.7ms | ActiveRecord: 1.2ms | Allocations: 371379)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:36:37.281795"], ["updated_at", "2022-02-07 03:36:37.281795"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:36:37.285338"], ["updated_at", "2022-02-07 03:36:37.285338"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 813], ["product_id", 210], ["created_at", "2022-02-07 03:36:37.286323"], ["updated_at", "2022-02-07 03:36:37.286323"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$jACgjjAMH1Hws7yxLl0JjunV7rZW3G/XWsmvT1yorYWJTt9x4AIYW"], ["created_at", "2022-02-07 03:36:37.291565"], ["updated_at", "2022-02-07 03:36:37.291565"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 210], ["user_id", 137], ["created_at", "2022-02-07 03:36:37.293017"], ["updated_at", "2022-02-07 03:36:37.293017"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/210” for 127.0.0.1 at 2022-02-06 22:36:37 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"210"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 210], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 210]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 210]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 210]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 210]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 210]]
User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 137], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.0ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.7ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 2.0ms | Allocations: 16049)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ha5fxYLKtmV4ILTVTtUk/Oi46N3cAHLn2jlr6bT9WwlIlblAMIMru"], ["created_at", "2022-02-07 03:36:37.330973"], ["updated_at", "2022-02-07 03:36:37.330973"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:36:37 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f8acc8cf998>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (1.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$TcftduNGLHnEnlK57OlspuuUhyY2GaLz6qFGejKfIJ8i/iGkd.DE."], ["created_at", "2022-02-07 03:39:20.761594"], ["updated_at", "2022-02-07 03:39:20.761594"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.787711"], ["updated_at", "2022-02-07 03:39:20.787711"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:20.820155"], ["updated_at", "2022-02-07 03:39:20.820155"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 814], ["product_id", 211], ["created_at", "2022-02-07 03:39:20.821676"], ["updated_at", "2022-02-07 03:39:20.821676"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 211], ["created_at", "2022-02-07 03:39:20.824390"], ["updated_at", "2022-02-07 03:39:20.824390"], ["user_id", 139]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.847077"], ["updated_at", "2022-02-07 03:39:20.847077"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (7.6ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (6.3ms)  ROLLBACK
TRANSACTION (5.8ms)  BEGIN
Tag Load (17.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.904654"], ["updated_at", "2022-02-07 03:39:20.904654"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:20.910383"], ["updated_at", "2022-02-07 03:39:20.910383"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 816], ["product_id", 212], ["created_at", "2022-02-07 03:39:20.912413"], ["updated_at", "2022-02-07 03:39:20.912413"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.922307"], ["updated_at", "2022-02-07 03:39:20.922307"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.930208"], ["updated_at", "2022-02-07 03:39:20.930208"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.937398"], ["updated_at", "2022-02-07 03:39:20.937398"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.943327"], ["updated_at", "2022-02-07 03:39:20.943327"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.956423"], ["updated_at", "2022-02-07 03:39:20.956423"]]
TRANSACTION (0.6ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.965877"], ["updated_at", "2022-02-07 03:39:20.965877"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.972266"], ["updated_at", "2022-02-07 03:39:20.972266"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:20.993921"], ["updated_at", "2022-02-07 03:39:20.993921"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:21.000058"], ["updated_at", "2022-02-07 03:39:21.000058"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$f5CoJTq5Uux28kQllbMdKugqHK4Wt2SNWVZE4dZqjgJZAXv/xLgK6"], ["created_at", "2022-02-07 03:39:21.006305"], ["updated_at", "2022-02-07 03:39:21.006305"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:21.008332"], ["updated_at", "2022-02-07 03:39:21.008332"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:21.012092"], ["updated_at", "2022-02-07 03:39:21.012092"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 826], ["product_id", 213], ["created_at", "2022-02-07 03:39:21.013034"], ["updated_at", "2022-02-07 03:39:21.013034"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 213], ["user_id", 140], ["created_at", "2022-02-07 03:39:21.014427"], ["updated_at", "2022-02-07 03:39:21.014427"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5NEy1mTRd8QBUkqgnPvqaOzLfXiUSfe/NwjqGyhmsWhIQyKEjs.EW"], ["created_at", "2022-02-07 03:39:21.030130"], ["updated_at", "2022-02-07 03:39:21.030130"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/orders” for 127.0.0.1 at 2022-02-06 22:39:21 -0500 Processing by OrdersController#index as HTML

User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]

Completed 404 Not Found in 11ms (ActiveRecord: 0.4ms | Allocations: 2062)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:39:21 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.6ms | Allocations: 1277)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 5.0ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1734.2ms | Allocations: 80601)

Completed 200 OK in 1743ms (Views: 1739.5ms | ActiveRecord: 0.7ms | Allocations: 82530)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:39:22 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.7ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:39:22 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.6ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.1ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:22.932447"], ["updated_at", "2022-02-07 03:39:22.932447"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:22.937115"], ["updated_at", "2022-02-07 03:39:22.937115"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 827], ["product_id", 214], ["created_at", "2022-02-07 03:39:22.938278"], ["updated_at", "2022-02-07 03:39:22.938278"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:39:22 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 214]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 214]]
Rendered products/index.html.erb within layouts/application (Duration: 12.8ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.8ms | Allocations: 16088)

Completed 200 OK in 27ms (Views: 22.6ms | ActiveRecord: 3.5ms | Allocations: 16489)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:22.992492"], ["updated_at", "2022-02-07 03:39:22.992492"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:22.996034"], ["updated_at", "2022-02-07 03:39:22.996034"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 828], ["product_id", 215], ["created_at", "2022-02-07 03:39:22.997030"], ["updated_at", "2022-02-07 03:39:22.997030"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/215” for 127.0.0.1 at 2022-02-06 22:39:22 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"215"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 215], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 215]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 215]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 215]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 215]]
Rendered products/show.html.erb within layouts/application (Duration: 341.9ms | Allocations: 358351)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 354.1ms | Allocations: 370686)

Completed 200 OK in 356ms (Views: 353.4ms | ActiveRecord: 1.3ms | Allocations: 371381)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:39:23.369330"], ["updated_at", "2022-02-07 03:39:23.369330"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:39:23.374157"], ["updated_at", "2022-02-07 03:39:23.374157"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 829], ["product_id", 216], ["created_at", "2022-02-07 03:39:23.375452"], ["updated_at", "2022-02-07 03:39:23.375452"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$YsbnmrzQ2VGjKkh0iW.2wezjsi1k.iqr0ifS9kBL6dqjhZSeqfY/W"], ["created_at", "2022-02-07 03:39:23.382639"], ["updated_at", "2022-02-07 03:39:23.382639"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 216], ["user_id", 142], ["created_at", "2022-02-07 03:39:23.383998"], ["updated_at", "2022-02-07 03:39:23.383998"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/216” for 127.0.0.1 at 2022-02-06 22:39:23 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"216"}
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 216], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 216]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 216]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 216]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 216]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 216]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 142], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.5ms | Allocations: 3268)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 21.3ms | Allocations: 15535)

Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 2.2ms | Allocations: 16006)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$wCS0.BVq9bezOPQfjPEGYe6k4mFYPOr9lKsKcJiWyyf.G7e.h.gGG"], ["created_at", "2022-02-07 03:39:23.427089"], ["updated_at", "2022-02-07 03:39:23.427089"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:39:23 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fb3f90f8b88>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$hz8ZQLAtG7ivhcgd6B57v.dWC8Mx6IUWHA8kOZVfo98ll.BioWx0S"], ["created_at", "2022-02-07 03:40:26.786100"], ["updated_at", "2022-02-07 03:40:26.786100"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.808211"], ["updated_at", "2022-02-07 03:40:26.808211"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:26.833916"], ["updated_at", "2022-02-07 03:40:26.833916"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 830], ["product_id", 217], ["created_at", "2022-02-07 03:40:26.835126"], ["updated_at", "2022-02-07 03:40:26.835126"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 217], ["created_at", "2022-02-07 03:40:26.836959"], ["updated_at", "2022-02-07 03:40:26.836959"], ["user_id", 144]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.850331"], ["updated_at", "2022-02-07 03:40:26.850331"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.858796"], ["updated_at", "2022-02-07 03:40:26.858796"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:26.862558"], ["updated_at", "2022-02-07 03:40:26.862558"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 832], ["product_id", 218], ["created_at", "2022-02-07 03:40:26.863497"], ["updated_at", "2022-02-07 03:40:26.863497"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.869980"], ["updated_at", "2022-02-07 03:40:26.869980"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.879769"], ["updated_at", "2022-02-07 03:40:26.879769"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.887438"], ["updated_at", "2022-02-07 03:40:26.887438"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.893817"], ["updated_at", "2022-02-07 03:40:26.893817"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.899727"], ["updated_at", "2022-02-07 03:40:26.899727"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.905128"], ["updated_at", "2022-02-07 03:40:26.905128"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.911843"], ["updated_at", "2022-02-07 03:40:26.911843"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.931464"], ["updated_at", "2022-02-07 03:40:26.931464"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.937117"], ["updated_at", "2022-02-07 03:40:26.937117"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$qo9jqMvxk6L6gMf.WMe7YunzCDKKgsa2Kau9mURIMLhxLvTxRZWyO"], ["created_at", "2022-02-07 03:40:26.944319"], ["updated_at", "2022-02-07 03:40:26.944319"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:26.946758"], ["updated_at", "2022-02-07 03:40:26.946758"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:26.949606"], ["updated_at", "2022-02-07 03:40:26.949606"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 842], ["product_id", 219], ["created_at", "2022-02-07 03:40:26.950551"], ["updated_at", "2022-02-07 03:40:26.950551"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.7ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 219], ["user_id", 145], ["created_at", "2022-02-07 03:40:26.951858"], ["updated_at", "2022-02-07 03:40:26.951858"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5t3tUdoAibNF/kX3WDscEOUmOZiQuoYDS.Mom74nKJgNx6GVYqnBK"], ["created_at", "2022-02-07 03:40:26.967405"], ["updated_at", "2022-02-07 03:40:26.967405"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/orders” for 127.0.0.1 at 2022-02-06 22:40:26 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]

Completed 404 Not Found in 8ms (ActiveRecord: 0.2ms | Allocations: 2062)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.9ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 1277)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1274.4ms | Allocations: 80646)

Completed 200 OK in 1279ms (Views: 1276.0ms | ActiveRecord: 0.9ms | Allocations: 82575)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.5ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.1ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.4ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:28.388157"], ["updated_at", "2022-02-07 03:40:28.388157"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:28.393142"], ["updated_at", "2022-02-07 03:40:28.393142"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 843], ["product_id", 220], ["created_at", "2022-02-07 03:40:28.394923"], ["updated_at", "2022-02-07 03:40:28.394923"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 220]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 220]]
Rendered products/index.html.erb within layouts/application (Duration: 9.4ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 16088)

Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 2.9ms | Allocations: 16489)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:28.444342"], ["updated_at", "2022-02-07 03:40:28.444342"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:28.447971"], ["updated_at", "2022-02-07 03:40:28.447971"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 844], ["product_id", 221], ["created_at", "2022-02-07 03:40:28.449113"], ["updated_at", "2022-02-07 03:40:28.449113"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/221” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"221"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 221], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 221]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 221]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 221]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 221]]
Rendered products/show.html.erb within layouts/application (Duration: 194.9ms | Allocations: 358345)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 206.4ms | Allocations: 370680)

Completed 200 OK in 209ms (Views: 205.7ms | ActiveRecord: 1.3ms | Allocations: 371375)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:28.674179"], ["updated_at", "2022-02-07 03:40:28.674179"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:28.678041"], ["updated_at", "2022-02-07 03:40:28.678041"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 845], ["product_id", 222], ["created_at", "2022-02-07 03:40:28.679262"], ["updated_at", "2022-02-07 03:40:28.679262"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$SKUFgOZn.UZI6R6TywGdw.EV9P2CfSzu5eiqOPdjKYCyyHT6ETQCe"], ["created_at", "2022-02-07 03:40:28.684383"], ["updated_at", "2022-02-07 03:40:28.684383"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 222], ["user_id", 147], ["created_at", "2022-02-07 03:40:28.685644"], ["updated_at", "2022-02-07 03:40:28.685644"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/222” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"222"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 222], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 222]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 222]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 222]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 222]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 222]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 147], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.5ms | Allocations: 3268)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.3ms | Allocations: 15535)

Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 1.9ms | Allocations: 16006)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$9ywhdFofXwn2JsSwuMzIpecch55zckvmywgDdp2OI42PDQIF4sfa6"], ["created_at", "2022-02-07 03:40:28.722225"], ["updated_at", "2022-02-07 03:40:28.722225"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:40:28 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd74cc389a0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$9Bdib74z7E/zJt4JfE3xO.nwubMxhOiiHCcpOQewnjnk4Ufv.EKRO"], ["created_at", "2022-02-07 03:40:54.133034"], ["updated_at", "2022-02-07 03:40:54.133034"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.155358"], ["updated_at", "2022-02-07 03:40:54.155358"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:54.181172"], ["updated_at", "2022-02-07 03:40:54.181172"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 846], ["product_id", 223], ["created_at", "2022-02-07 03:40:54.182363"], ["updated_at", "2022-02-07 03:40:54.182363"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 223], ["created_at", "2022-02-07 03:40:54.184433"], ["updated_at", "2022-02-07 03:40:54.184433"], ["user_id", 149]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.197636"], ["updated_at", "2022-02-07 03:40:54.197636"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.206886"], ["updated_at", "2022-02-07 03:40:54.206886"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:54.210562"], ["updated_at", "2022-02-07 03:40:54.210562"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 848], ["product_id", 224], ["created_at", "2022-02-07 03:40:54.212016"], ["updated_at", "2022-02-07 03:40:54.212016"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.222512"], ["updated_at", "2022-02-07 03:40:54.222512"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.232005"], ["updated_at", "2022-02-07 03:40:54.232005"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.239016"], ["updated_at", "2022-02-07 03:40:54.239016"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.245451"], ["updated_at", "2022-02-07 03:40:54.245451"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.251894"], ["updated_at", "2022-02-07 03:40:54.251894"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.257691"], ["updated_at", "2022-02-07 03:40:54.257691"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.263947"], ["updated_at", "2022-02-07 03:40:54.263947"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.282948"], ["updated_at", "2022-02-07 03:40:54.282948"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.288943"], ["updated_at", "2022-02-07 03:40:54.288943"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$SE4BKPr4QM/6XQcPywT/YuUgTEAJ3TrEs/NaW8C0gbHEJdz9nhUSS"], ["created_at", "2022-02-07 03:40:54.295947"], ["updated_at", "2022-02-07 03:40:54.295947"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.297972"], ["updated_at", "2022-02-07 03:40:54.297972"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:54.300637"], ["updated_at", "2022-02-07 03:40:54.300637"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 858], ["product_id", 225], ["created_at", "2022-02-07 03:40:54.301488"], ["updated_at", "2022-02-07 03:40:54.301488"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 225], ["user_id", 150], ["created_at", "2022-02-07 03:40:54.302913"], ["updated_at", "2022-02-07 03:40:54.302913"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$EiYr.oQzPhR1Ra1JvQBK3e7IfVXvsRDgBmXWSc1hu2jiLHBVsOjpG"], ["created_at", "2022-02-07 03:40:54.316608"], ["updated_at", "2022-02-07 03:40:54.316608"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ZXfw9eg4Yvi/t3c.7T0uj.iDvePeJ6alZwLkTDrbbpes2WSUcUEte"], ["created_at", "2022-02-07 03:40:54.325957"], ["updated_at", "2022-02-07 03:40:54.325957"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:54.328459"], ["updated_at", "2022-02-07 03:40:54.328459"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:54.331920"], ["updated_at", "2022-02-07 03:40:54.331920"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 859], ["product_id", 226], ["created_at", "2022-02-07 03:40:54.332824"], ["updated_at", "2022-02-07 03:40:54.332824"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.4ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 226], ["created_at", "2022-02-07 03:40:54.334185"], ["updated_at", "2022-02-07 03:40:54.334185"], ["user_id", 152]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 22:40:54 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]

Completed 404 Not Found in 9ms (ActiveRecord: 0.2ms | Allocations: 2062)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1277)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.1ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 0.6ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1303.1ms | Allocations: 80509)

Completed 200 OK in 1307ms (Views: 1304.7ms | ActiveRecord: 0.6ms | Allocations: 82438)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.2ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.5ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 31.0ms | Allocations: 12993)

Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.7ms | Allocations: 13394)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:55.785900"], ["updated_at", "2022-02-07 03:40:55.785900"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:55.790676"], ["updated_at", "2022-02-07 03:40:55.790676"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 860], ["product_id", 227], ["created_at", "2022-02-07 03:40:55.793227"], ["updated_at", "2022-02-07 03:40:55.793227"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:40:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 227]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 227]]
Rendered products/index.html.erb within layouts/application (Duration: 14.2ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.6ms | Allocations: 16088)

Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 3.5ms | Allocations: 16489)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:55.850002"], ["updated_at", "2022-02-07 03:40:55.850002"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:55.853369"], ["updated_at", "2022-02-07 03:40:55.853369"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 861], ["product_id", 228], ["created_at", "2022-02-07 03:40:55.854606"], ["updated_at", "2022-02-07 03:40:55.854606"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/228” for 127.0.0.1 at 2022-02-06 22:40:55 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"228"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 228], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 228]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 228]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 228]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 228]]
Rendered products/show.html.erb within layouts/application (Duration: 288.8ms | Allocations: 358343)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 300.6ms | Allocations: 370678)

Completed 200 OK in 303ms (Views: 299.8ms | ActiveRecord: 1.3ms | Allocations: 371373)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:40:56.174053"], ["updated_at", "2022-02-07 03:40:56.174053"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:40:56.178213"], ["updated_at", "2022-02-07 03:40:56.178213"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 862], ["product_id", 229], ["created_at", "2022-02-07 03:40:56.179450"], ["updated_at", "2022-02-07 03:40:56.179450"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$HHKB4kV93/9/2z8ndMz6bekUvE8Gce6elm2J0S7KB/7mNW/5GdJuS"], ["created_at", "2022-02-07 03:40:56.185297"], ["updated_at", "2022-02-07 03:40:56.185297"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 229], ["user_id", 153], ["created_at", "2022-02-07 03:40:56.186543"], ["updated_at", "2022-02-07 03:40:56.186543"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/229” for 127.0.0.1 at 2022-02-06 22:40:56 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"229"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 229], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 229]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 229]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 229]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 229]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 229]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 153], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.8ms | Allocations: 3268)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.8ms | Allocations: 15535)

Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 1.7ms | Allocations: 16006)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Bi/Wl/PQcIqu4mCjXKWPquwxlkzEeUU10XdW/cJbvY8dajMSmBx3i"], ["created_at", "2022-02-07 03:40:56.223936"], ["updated_at", "2022-02-07 03:40:56.223936"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:40:56 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fb1f97615f8>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$0sEbOw7euZF6OSkyJteYFOqDY4E3v3mnMDtRUYmluIkz1mQhgv5hS"], ["created_at", "2022-02-07 03:41:09.060040"], ["updated_at", "2022-02-07 03:41:09.060040"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.085036"], ["updated_at", "2022-02-07 03:41:09.085036"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:09.112379"], ["updated_at", "2022-02-07 03:41:09.112379"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 863], ["product_id", 230], ["created_at", "2022-02-07 03:41:09.113505"], ["updated_at", "2022-02-07 03:41:09.113505"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 230], ["created_at", "2022-02-07 03:41:09.115300"], ["updated_at", "2022-02-07 03:41:09.115300"], ["user_id", 155]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.128442"], ["updated_at", "2022-02-07 03:41:09.128442"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.137075"], ["updated_at", "2022-02-07 03:41:09.137075"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:09.141420"], ["updated_at", "2022-02-07 03:41:09.141420"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 865], ["product_id", 231], ["created_at", "2022-02-07 03:41:09.142707"], ["updated_at", "2022-02-07 03:41:09.142707"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.153887"], ["updated_at", "2022-02-07 03:41:09.153887"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.160791"], ["updated_at", "2022-02-07 03:41:09.160791"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.167758"], ["updated_at", "2022-02-07 03:41:09.167758"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.173207"], ["updated_at", "2022-02-07 03:41:09.173207"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.179270"], ["updated_at", "2022-02-07 03:41:09.179270"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.186076"], ["updated_at", "2022-02-07 03:41:09.186076"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.191994"], ["updated_at", "2022-02-07 03:41:09.191994"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.212007"], ["updated_at", "2022-02-07 03:41:09.212007"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.217756"], ["updated_at", "2022-02-07 03:41:09.217756"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$lrDc9FVx4enUF.xpqLPM.uMWRWDab8GZ.dzU6mXgxQuss5SFyRdeu"], ["created_at", "2022-02-07 03:41:09.224295"], ["updated_at", "2022-02-07 03:41:09.224295"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.226546"], ["updated_at", "2022-02-07 03:41:09.226546"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:09.230130"], ["updated_at", "2022-02-07 03:41:09.230130"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 875], ["product_id", 232], ["created_at", "2022-02-07 03:41:09.231036"], ["updated_at", "2022-02-07 03:41:09.231036"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 232], ["user_id", 156], ["created_at", "2022-02-07 03:41:09.232403"], ["updated_at", "2022-02-07 03:41:09.232403"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$9ochzIiC7zRxwSFwGw3Juur6l1mamJNVlNUq8SS49.d1YHyGxGQBS"], ["created_at", "2022-02-07 03:41:09.246103"], ["updated_at", "2022-02-07 03:41:09.246103"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$eVrOrNTbLRl/vBu40hdRsekdOawcvJuY0FeWgTMntYvTenjkHJFIS"], ["created_at", "2022-02-07 03:41:09.254694"], ["updated_at", "2022-02-07 03:41:09.254694"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:09.256769"], ["updated_at", "2022-02-07 03:41:09.256769"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:09.260177"], ["updated_at", "2022-02-07 03:41:09.260177"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 876], ["product_id", 233], ["created_at", "2022-02-07 03:41:09.261965"], ["updated_at", "2022-02-07 03:41:09.261965"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.3ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 233], ["created_at", "2022-02-07 03:41:09.263411"], ["updated_at", "2022-02-07 03:41:09.263411"], ["user_id", 158]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 22:41:09 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]

Completed 404 Not Found in 9ms (ActiveRecord: 0.2ms | Allocations: 2062)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:09 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1277)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.0ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 1.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1311.9ms | Allocations: 80564)

Completed 200 OK in 1317ms (Views: 1314.7ms | ActiveRecord: 0.6ms | Allocations: 82493)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:10 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.4ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:10 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.2ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:10.719798"], ["updated_at", "2022-02-07 03:41:10.719798"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:10.725054"], ["updated_at", "2022-02-07 03:41:10.725054"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 877], ["product_id", 234], ["created_at", "2022-02-07 03:41:10.727519"], ["updated_at", "2022-02-07 03:41:10.727519"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:10 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 234]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 234]]
Rendered products/index.html.erb within layouts/application (Duration: 11.8ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 16088)

Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 3.4ms | Allocations: 16489)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:10.780931"], ["updated_at", "2022-02-07 03:41:10.780931"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:10.784178"], ["updated_at", "2022-02-07 03:41:10.784178"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 878], ["product_id", 235], ["created_at", "2022-02-07 03:41:10.785416"], ["updated_at", "2022-02-07 03:41:10.785416"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/235” for 127.0.0.1 at 2022-02-06 22:41:10 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"235"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 235], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 235]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 235]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 235]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 235]]
Rendered products/show.html.erb within layouts/application (Duration: 260.9ms | Allocations: 358341)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 272.7ms | Allocations: 370676)

Completed 200 OK in 275ms (Views: 271.9ms | ActiveRecord: 1.4ms | Allocations: 371371)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:11.076827"], ["updated_at", "2022-02-07 03:41:11.076827"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:11.080805"], ["updated_at", "2022-02-07 03:41:11.080805"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 879], ["product_id", 236], ["created_at", "2022-02-07 03:41:11.082301"], ["updated_at", "2022-02-07 03:41:11.082301"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ojNmyYeDevX8whaW8stlt.kJMogQuHMYRgDIxVMkb2klwfX1Y8H72"], ["created_at", "2022-02-07 03:41:11.087812"], ["updated_at", "2022-02-07 03:41:11.087812"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 236], ["user_id", 159], ["created_at", "2022-02-07 03:41:11.089058"], ["updated_at", "2022-02-07 03:41:11.089058"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/236” for 127.0.0.1 at 2022-02-06 22:41:11 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"236"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 236], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 236]]
 (0.5ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 236]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 236]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 236]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 236]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 159], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.5ms | Allocations: 3268)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.0ms | Allocations: 15535)

Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 2.1ms | Allocations: 16006)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$in.650JY7l/X50ol/dZaJewFCHZ2NhdgY.bE4qvWamFhI/TomKz8e"], ["created_at", "2022-02-07 03:41:11.129751"], ["updated_at", "2022-02-07 03:41:11.129751"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:41:11 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f8dcc9a4eb0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.3ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$GxPvnK9By86oA/y4YD9lD.YAip10NxLnGnB7kqhfUxkfX8dHwUpUC"], ["created_at", "2022-02-07 03:41:26.459856"], ["updated_at", "2022-02-07 03:41:26.459856"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.483337"], ["updated_at", "2022-02-07 03:41:26.483337"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:26.513165"], ["updated_at", "2022-02-07 03:41:26.513165"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 880], ["product_id", 237], ["created_at", "2022-02-07 03:41:26.514472"], ["updated_at", "2022-02-07 03:41:26.514472"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 237], ["created_at", "2022-02-07 03:41:26.516509"], ["updated_at", "2022-02-07 03:41:26.516509"], ["user_id", 161]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.530720"], ["updated_at", "2022-02-07 03:41:26.530720"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.539501"], ["updated_at", "2022-02-07 03:41:26.539501"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:26.542727"], ["updated_at", "2022-02-07 03:41:26.542727"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 882], ["product_id", 238], ["created_at", "2022-02-07 03:41:26.544264"], ["updated_at", "2022-02-07 03:41:26.544264"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.554140"], ["updated_at", "2022-02-07 03:41:26.554140"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.562471"], ["updated_at", "2022-02-07 03:41:26.562471"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.567811"], ["updated_at", "2022-02-07 03:41:26.567811"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.573378"], ["updated_at", "2022-02-07 03:41:26.573378"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.579274"], ["updated_at", "2022-02-07 03:41:26.579274"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.585231"], ["updated_at", "2022-02-07 03:41:26.585231"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.590362"], ["updated_at", "2022-02-07 03:41:26.590362"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.609833"], ["updated_at", "2022-02-07 03:41:26.609833"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.618159"], ["updated_at", "2022-02-07 03:41:26.618159"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$b1k5.oP85.IQHgecPOuOEuadB48TAFhJvI3zoAGodhX/XS7a.RrJ6"], ["created_at", "2022-02-07 03:41:26.624190"], ["updated_at", "2022-02-07 03:41:26.624190"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.626764"], ["updated_at", "2022-02-07 03:41:26.626764"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:26.630693"], ["updated_at", "2022-02-07 03:41:26.630693"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 892], ["product_id", 239], ["created_at", "2022-02-07 03:41:26.631779"], ["updated_at", "2022-02-07 03:41:26.631779"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.7ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 239], ["user_id", 162], ["created_at", "2022-02-07 03:41:26.633249"], ["updated_at", "2022-02-07 03:41:26.633249"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$3l2tIIn7T51v2R/E7eHd7.EOYsoanLr2VzbGoT72jSmiy2e/KpiaW"], ["created_at", "2022-02-07 03:41:26.646694"], ["updated_at", "2022-02-07 03:41:26.646694"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7iW1r1.VhkQVx/BjRPHaHuB/Pdj6QntFILOL/..nzb3rl388V5jee"], ["created_at", "2022-02-07 03:41:26.655182"], ["updated_at", "2022-02-07 03:41:26.655182"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:26.657195"], ["updated_at", "2022-02-07 03:41:26.657195"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:26.661234"], ["updated_at", "2022-02-07 03:41:26.661234"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 893], ["product_id", 240], ["created_at", "2022-02-07 03:41:26.662444"], ["updated_at", "2022-02-07 03:41:26.662444"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.3ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 240], ["created_at", "2022-02-07 03:41:26.664137"], ["updated_at", "2022-02-07 03:41:26.664137"], ["user_id", 164]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 22:41:38 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]

Completed 404 Not Found in 9ms (ActiveRecord: 0.2ms | Allocations: 2062)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:38 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.6ms | Allocations: 1277)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1345)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1292.0ms | Allocations: 80553)

Completed 200 OK in 1296ms (Views: 1293.5ms | ActiveRecord: 0.7ms | Allocations: 82482)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:39 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.0ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.0ms | Allocations: 12993)

Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:39 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.6ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:39.890318"], ["updated_at", "2022-02-07 03:41:39.890318"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:39.896007"], ["updated_at", "2022-02-07 03:41:39.896007"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 894], ["product_id", 241], ["created_at", "2022-02-07 03:41:39.898436"], ["updated_at", "2022-02-07 03:41:39.898436"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:41:39 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 241]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 241]]
Rendered products/index.html.erb within layouts/application (Duration: 10.0ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.9ms | Allocations: 16088)

Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 2.9ms | Allocations: 16489)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:39.950536"], ["updated_at", "2022-02-07 03:41:39.950536"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:39.953920"], ["updated_at", "2022-02-07 03:41:39.953920"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 895], ["product_id", 242], ["created_at", "2022-02-07 03:41:39.955148"], ["updated_at", "2022-02-07 03:41:39.955148"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/242” for 127.0.0.1 at 2022-02-06 22:41:39 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"242"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 242], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 242]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 242]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 242]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 242]]
Rendered products/show.html.erb within layouts/application (Duration: 209.5ms | Allocations: 358339)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.2ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 222.3ms | Allocations: 370674)

Completed 200 OK in 225ms (Views: 221.4ms | ActiveRecord: 1.5ms | Allocations: 371369)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:40.195711"], ["updated_at", "2022-02-07 03:41:40.195711"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:40.199078"], ["updated_at", "2022-02-07 03:41:40.199078"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 896], ["product_id", 243], ["created_at", "2022-02-07 03:41:40.200057"], ["updated_at", "2022-02-07 03:41:40.200057"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$pMrt6PAUAuPbUcFmrCZJIOs02ijnNSGDtEckEYdoU5Fszn7IaPEL2"], ["created_at", "2022-02-07 03:41:40.204034"], ["updated_at", "2022-02-07 03:41:40.204034"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 243], ["user_id", 165], ["created_at", "2022-02-07 03:41:40.205346"], ["updated_at", "2022-02-07 03:41:40.205346"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/243” for 127.0.0.1 at 2022-02-06 22:41:40 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"243"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 243], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 243]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 243]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 243]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 243]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 243]]
User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 165], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.2ms | Allocations: 3268)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 20.3ms | Allocations: 15535)

Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 2.0ms | Allocations: 16006)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$4ivPoZcrpGr412VHTGfbI.BvfoE7hskKosEC2p4jDoCMQzUoXW1TO"], ["created_at", "2022-02-07 03:41:40.246443"], ["updated_at", "2022-02-07 03:41:40.246443"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:41:40 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fb031f1cf28>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.6ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5xob5fYyGaLsDU80xh/AD.LObDWAvQIbvboH3yhsUoZEz9kd/pLCy"], ["created_at", "2022-02-07 03:41:44.526893"], ["updated_at", "2022-02-07 03:41:44.526893"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.549362"], ["updated_at", "2022-02-07 03:41:44.549362"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:44.574928"], ["updated_at", "2022-02-07 03:41:44.574928"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 897], ["product_id", 244], ["created_at", "2022-02-07 03:41:44.576487"], ["updated_at", "2022-02-07 03:41:44.576487"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 244], ["created_at", "2022-02-07 03:41:44.578873"], ["updated_at", "2022-02-07 03:41:44.578873"], ["user_id", 167]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.591869"], ["updated_at", "2022-02-07 03:41:44.591869"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.601260"], ["updated_at", "2022-02-07 03:41:44.601260"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:44.604902"], ["updated_at", "2022-02-07 03:41:44.604902"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 899], ["product_id", 245], ["created_at", "2022-02-07 03:41:44.605871"], ["updated_at", "2022-02-07 03:41:44.605871"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.9ms)  SAVEPOINT active_record_1
Product Exists? (1.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.622822"], ["updated_at", "2022-02-07 03:41:44.622822"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.633232"], ["updated_at", "2022-02-07 03:41:44.633232"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.640317"], ["updated_at", "2022-02-07 03:41:44.640317"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.646698"], ["updated_at", "2022-02-07 03:41:44.646698"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.652818"], ["updated_at", "2022-02-07 03:41:44.652818"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.658981"], ["updated_at", "2022-02-07 03:41:44.658981"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.665716"], ["updated_at", "2022-02-07 03:41:44.665716"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.685134"], ["updated_at", "2022-02-07 03:41:44.685134"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.691415"], ["updated_at", "2022-02-07 03:41:44.691415"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$g1VvHjqHl6/8rg0rO/FGr.1GXviVZNRVb.ZLFwnXxKgzUi/gVfEMi"], ["created_at", "2022-02-07 03:41:44.698169"], ["updated_at", "2022-02-07 03:41:44.698169"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.700157"], ["updated_at", "2022-02-07 03:41:44.700157"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:44.703051"], ["updated_at", "2022-02-07 03:41:44.703051"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 909], ["product_id", 246], ["created_at", "2022-02-07 03:41:44.704019"], ["updated_at", "2022-02-07 03:41:44.704019"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 246], ["user_id", 168], ["created_at", "2022-02-07 03:41:44.705634"], ["updated_at", "2022-02-07 03:41:44.705634"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$A3xvxjXlWJi.d.aNLv8QzObMWi6ONjWMVtGJ4cNAU6AWPpZokKw1C"], ["created_at", "2022-02-07 03:41:44.718641"], ["updated_at", "2022-02-07 03:41:44.718641"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$MaQlggm.qpZ3ZX0WVrlRBOKHZMh9FjBnMenZzsjWFkPqUvvxMp0.q"], ["created_at", "2022-02-07 03:41:44.728328"], ["updated_at", "2022-02-07 03:41:44.728328"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:41:44.730323"], ["updated_at", "2022-02-07 03:41:44.730323"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:41:44.733080"], ["updated_at", "2022-02-07 03:41:44.733080"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 910], ["product_id", 247], ["created_at", "2022-02-07 03:41:44.733935"], ["updated_at", "2022-02-07 03:41:44.733935"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.4ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 247], ["created_at", "2022-02-07 03:41:44.735298"], ["updated_at", "2022-02-07 03:41:44.735298"], ["user_id", 170]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gZA56.Qla/10DOJXvD87K.CbYVOg90Rwi2LGD4ek3i/WJpUx9Cq.."], ["created_at", "2022-02-07 03:42:18.055909"], ["updated_at", "2022-02-07 03:42:18.055909"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.077652"], ["updated_at", "2022-02-07 03:42:18.077652"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:42:18.102275"], ["updated_at", "2022-02-07 03:42:18.102275"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 911], ["product_id", 248], ["created_at", "2022-02-07 03:42:18.103563"], ["updated_at", "2022-02-07 03:42:18.103563"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 248], ["created_at", "2022-02-07 03:42:18.105574"], ["updated_at", "2022-02-07 03:42:18.105574"], ["user_id", 171]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.118182"], ["updated_at", "2022-02-07 03:42:18.118182"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.124783"], ["updated_at", "2022-02-07 03:42:18.124783"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:42:18.128870"], ["updated_at", "2022-02-07 03:42:18.128870"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 913], ["product_id", 249], ["created_at", "2022-02-07 03:42:18.129857"], ["updated_at", "2022-02-07 03:42:18.129857"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.136047"], ["updated_at", "2022-02-07 03:42:18.136047"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.142511"], ["updated_at", "2022-02-07 03:42:18.142511"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.148335"], ["updated_at", "2022-02-07 03:42:18.148335"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.153691"], ["updated_at", "2022-02-07 03:42:18.153691"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.159495"], ["updated_at", "2022-02-07 03:42:18.159495"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.165647"], ["updated_at", "2022-02-07 03:42:18.165647"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.170819"], ["updated_at", "2022-02-07 03:42:18.170819"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.189897"], ["updated_at", "2022-02-07 03:42:18.189897"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.197748"], ["updated_at", "2022-02-07 03:42:18.197748"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$29GyhY5QADATeQFgkVufSOXBDACd1d5Nckykkt1RCBQ5r3Bi3nD3a"], ["created_at", "2022-02-07 03:42:18.203562"], ["updated_at", "2022-02-07 03:42:18.203562"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.205771"], ["updated_at", "2022-02-07 03:42:18.205771"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:42:18.209821"], ["updated_at", "2022-02-07 03:42:18.209821"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 923], ["product_id", 250], ["created_at", "2022-02-07 03:42:18.211068"], ["updated_at", "2022-02-07 03:42:18.211068"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 250], ["user_id", 172], ["created_at", "2022-02-07 03:42:18.213019"], ["updated_at", "2022-02-07 03:42:18.213019"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$88AEazn.Ckh6.KC60dRLSet0gcD4VhNmZMTWAl/.K4ttAO/OMxEK."], ["created_at", "2022-02-07 03:42:18.226130"], ["updated_at", "2022-02-07 03:42:18.226130"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$sfR49PXXxKU6nUMIup/fzOqXgDMNroyhLjI6Z/jj/tZ9U/XlZWNyW"], ["created_at", "2022-02-07 03:42:18.234983"], ["updated_at", "2022-02-07 03:42:18.234983"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:42:18.236984"], ["updated_at", "2022-02-07 03:42:18.236984"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:42:18.239931"], ["updated_at", "2022-02-07 03:42:18.239931"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 924], ["product_id", 251], ["created_at", "2022-02-07 03:42:18.241221"], ["updated_at", "2022-02-07 03:42:18.241221"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 251], ["created_at", "2022-02-07 03:42:18.243092"], ["updated_at", "2022-02-07 03:42:18.243092"], ["user_id", 174]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$pZkHYoULBeDzHiMVTc7XpeTKKCdnI4lBgC.lAsPJ2hRLbBlqHJt8W"], ["created_at", "2022-02-07 03:46:10.769206"], ["updated_at", "2022-02-07 03:46:10.769206"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.795091"], ["updated_at", "2022-02-07 03:46:10.795091"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:10.830808"], ["updated_at", "2022-02-07 03:46:10.830808"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 925], ["product_id", 252], ["created_at", "2022-02-07 03:46:10.832033"], ["updated_at", "2022-02-07 03:46:10.832033"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 252], ["created_at", "2022-02-07 03:46:10.833997"], ["updated_at", "2022-02-07 03:46:10.833997"], ["user_id", 175]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.853369"], ["updated_at", "2022-02-07 03:46:10.853369"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.861706"], ["updated_at", "2022-02-07 03:46:10.861706"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:10.865235"], ["updated_at", "2022-02-07 03:46:10.865235"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 927], ["product_id", 253], ["created_at", "2022-02-07 03:46:10.866433"], ["updated_at", "2022-02-07 03:46:10.866433"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.874742"], ["updated_at", "2022-02-07 03:46:10.874742"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.884096"], ["updated_at", "2022-02-07 03:46:10.884096"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.894196"], ["updated_at", "2022-02-07 03:46:10.894196"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.902388"], ["updated_at", "2022-02-07 03:46:10.902388"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.908943"], ["updated_at", "2022-02-07 03:46:10.908943"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.918101"], ["updated_at", "2022-02-07 03:46:10.918101"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.924974"], ["updated_at", "2022-02-07 03:46:10.924974"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.949809"], ["updated_at", "2022-02-07 03:46:10.949809"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.955983"], ["updated_at", "2022-02-07 03:46:10.955983"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Jo.HnPEsmNuxQd/yZ69ZEugzAu1fiJ5qgzYAPFVJ3dK09G/pHeVMC"], ["created_at", "2022-02-07 03:46:10.962674"], ["updated_at", "2022-02-07 03:46:10.962674"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:10.965097"], ["updated_at", "2022-02-07 03:46:10.965097"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:10.968877"], ["updated_at", "2022-02-07 03:46:10.968877"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 937], ["product_id", 254], ["created_at", "2022-02-07 03:46:10.969880"], ["updated_at", "2022-02-07 03:46:10.969880"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 254], ["user_id", 176], ["created_at", "2022-02-07 03:46:10.971273"], ["updated_at", "2022-02-07 03:46:10.971273"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gobKmdWVhlxQ9NJPt/YK9OPXVKFvpkd4u29zLf7smFM77FeRrPdM."], ["created_at", "2022-02-07 03:46:10.986992"], ["updated_at", "2022-02-07 03:46:10.986992"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$nN3kmrphDWJiIq/2msug/uCExbbM8KasnM0fVtii54g.sy9a.YAN."], ["created_at", "2022-02-07 03:46:10.996668"], ["updated_at", "2022-02-07 03:46:10.996668"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:46:11 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 5.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.5ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 1.9ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1802.8ms | Allocations: 80845)

Completed 200 OK in 1817ms (Views: 1806.4ms | ActiveRecord: 0.7ms | Allocations: 84148)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:46:12 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.1ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 30.7ms | Allocations: 12993)

Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.6ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:46:12 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.6ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.8ms | Allocations: 12980)

Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.4ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:12.947936"], ["updated_at", "2022-02-07 03:46:12.947936"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:12.952959"], ["updated_at", "2022-02-07 03:46:12.952959"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 938], ["product_id", 255], ["created_at", "2022-02-07 03:46:12.953968"], ["updated_at", "2022-02-07 03:46:12.953968"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:46:12 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 255]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 255]]
Rendered products/index.html.erb within layouts/application (Duration: 13.2ms | Allocations: 3784)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.4ms | Allocations: 16089)

Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 3.4ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:13.009312"], ["updated_at", "2022-02-07 03:46:13.009312"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:13.012535"], ["updated_at", "2022-02-07 03:46:13.012535"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 939], ["product_id", 256], ["created_at", "2022-02-07 03:46:13.013848"], ["updated_at", "2022-02-07 03:46:13.013848"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/256” for 127.0.0.1 at 2022-02-06 22:46:13 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"256"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 256], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 256]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 256]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 256]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 256]]
Rendered products/show.html.erb within layouts/application (Duration: 320.0ms | Allocations: 358346)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.2ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 332.2ms | Allocations: 370681)

Completed 200 OK in 334ms (Views: 331.4ms | ActiveRecord: 1.3ms | Allocations: 371377)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:46:13.365170"], ["updated_at", "2022-02-07 03:46:13.365170"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:46:13.368919"], ["updated_at", "2022-02-07 03:46:13.368919"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 940], ["product_id", 257], ["created_at", "2022-02-07 03:46:13.369897"], ["updated_at", "2022-02-07 03:46:13.369897"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$LPazlTZTpxZVv6tvylHU2.et7Ik.hiAlU0IPd8yjPXWZ9b7wd6lIu"], ["created_at", "2022-02-07 03:46:13.373672"], ["updated_at", "2022-02-07 03:46:13.373672"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 257], ["user_id", 179], ["created_at", "2022-02-07 03:46:13.374984"], ["updated_at", "2022-02-07 03:46:13.374984"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/257” for 127.0.0.1 at 2022-02-06 22:46:13 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"257"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 257], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 257]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 257]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 257]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 257]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 257]]
User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 179], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 9.2ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 20.6ms | Allocations: 15578)

Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 2.3ms | Allocations: 16049)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$cZNXvLw1FtnVJtu81mMla.2m230Orn/wwGCKrrEUz9w9PtiWkiMOu"], ["created_at", "2022-02-07 03:46:13.414456"], ["updated_at", "2022-02-07 03:46:13.414456"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:46:13 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f96e294a1f8>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.0ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7t5BpZ420hWm3JJt6mfMY.2C8FgZ6ja2PTd5FAhaU2fBtYe/HwZLm"], ["created_at", "2022-02-07 03:49:02.948952"], ["updated_at", "2022-02-07 03:49:02.948952"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:02.988464"], ["updated_at", "2022-02-07 03:49:02.988464"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:03.015367"], ["updated_at", "2022-02-07 03:49:03.015367"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 941], ["product_id", 258], ["created_at", "2022-02-07 03:49:03.016535"], ["updated_at", "2022-02-07 03:49:03.016535"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 258], ["created_at", "2022-02-07 03:49:03.018451"], ["updated_at", "2022-02-07 03:49:03.018451"], ["user_id", 181]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.038913"], ["updated_at", "2022-02-07 03:49:03.038913"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.046751"], ["updated_at", "2022-02-07 03:49:03.046751"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:03.050883"], ["updated_at", "2022-02-07 03:49:03.050883"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 943], ["product_id", 259], ["created_at", "2022-02-07 03:49:03.051909"], ["updated_at", "2022-02-07 03:49:03.051909"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.058637"], ["updated_at", "2022-02-07 03:49:03.058637"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.069841"], ["updated_at", "2022-02-07 03:49:03.069841"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.077387"], ["updated_at", "2022-02-07 03:49:03.077387"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.085228"], ["updated_at", "2022-02-07 03:49:03.085228"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.091016"], ["updated_at", "2022-02-07 03:49:03.091016"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.096914"], ["updated_at", "2022-02-07 03:49:03.096914"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.104036"], ["updated_at", "2022-02-07 03:49:03.104036"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.123247"], ["updated_at", "2022-02-07 03:49:03.123247"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.128914"], ["updated_at", "2022-02-07 03:49:03.128914"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$YxyySDaWooV8l5rQQyLvXOGCF/VHWk5ST93yZwcgVKCQVl/q0gGzm"], ["created_at", "2022-02-07 03:49:03.136012"], ["updated_at", "2022-02-07 03:49:03.136012"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:03.138067"], ["updated_at", "2022-02-07 03:49:03.138067"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:03.140735"], ["updated_at", "2022-02-07 03:49:03.140735"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 953], ["product_id", 260], ["created_at", "2022-02-07 03:49:03.141671"], ["updated_at", "2022-02-07 03:49:03.141671"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 260], ["user_id", 182], ["created_at", "2022-02-07 03:49:03.143077"], ["updated_at", "2022-02-07 03:49:03.143077"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$HUDvJk3bjiLOINKDo53Umeo0f1gayEkjuSskmtk7Xz0/733TNhlEG"], ["created_at", "2022-02-07 03:49:03.158780"], ["updated_at", "2022-02-07 03:49:03.158780"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$4kE2UDZnhQMzryljujeqleCuIA9ln2A0p.zr186t/h/VsdzHVWPnK"], ["created_at", "2022-02-07 03:49:03.168819"], ["updated_at", "2022-02-07 03:49:03.168819"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:49:03 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.9ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.4ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 1.8ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1394.9ms | Allocations: 80628)

Completed 200 OK in 1410ms (Views: 1398.5ms | ActiveRecord: 0.7ms | Allocations: 83931)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:49:04 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.2ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.9ms | Allocations: 12993)

Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.4ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:49:04 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.7ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.7ms | Allocations: 12980)

Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:04.704651"], ["updated_at", "2022-02-07 03:49:04.704651"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:04.710355"], ["updated_at", "2022-02-07 03:49:04.710355"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 954], ["product_id", 261], ["created_at", "2022-02-07 03:49:04.712002"], ["updated_at", "2022-02-07 03:49:04.712002"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:49:04 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.9ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 261]]
 (0.8ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 261]]
Rendered products/index.html.erb within layouts/application (Duration: 14.2ms | Allocations: 3784)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.5ms | Allocations: 16089)

Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 3.7ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:04.771507"], ["updated_at", "2022-02-07 03:49:04.771507"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.7ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:04.775336"], ["updated_at", "2022-02-07 03:49:04.775336"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 955], ["product_id", 262], ["created_at", "2022-02-07 03:49:04.776991"], ["updated_at", "2022-02-07 03:49:04.776991"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/262” for 127.0.0.1 at 2022-02-06 22:49:04 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"262"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 262], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 262]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 262]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 262]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 262]]
Rendered products/show.html.erb within layouts/application (Duration: 307.8ms | Allocations: 358359)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 320.3ms | Allocations: 370694)

Completed 200 OK in 323ms (Views: 319.4ms | ActiveRecord: 1.6ms | Allocations: 371390)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:49:05.116546"], ["updated_at", "2022-02-07 03:49:05.116546"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:49:05.119660"], ["updated_at", "2022-02-07 03:49:05.119660"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 956], ["product_id", 263], ["created_at", "2022-02-07 03:49:05.121059"], ["updated_at", "2022-02-07 03:49:05.121059"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$LaBhJ7FwxRIVWBJMSXAuM.DzBl.uYZo8AVL/EFngKq/Uvn4aLWZXu"], ["created_at", "2022-02-07 03:49:05.126719"], ["updated_at", "2022-02-07 03:49:05.126719"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 263], ["user_id", 185], ["created_at", "2022-02-07 03:49:05.128143"], ["updated_at", "2022-02-07 03:49:05.128143"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/263” for 127.0.0.1 at 2022-02-06 22:49:05 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"263"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 263], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 263]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 263]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 263]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 263]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 263]]
User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 185], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.8ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 1.8ms | Allocations: 16049)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Ujy6DMRCE9xWTmqCX3Jdue8rCBRLAT6x6/Nygdq.Avzm3esZIwpIm"], ["created_at", "2022-02-07 03:49:05.166314"], ["updated_at", "2022-02-07 03:49:05.166314"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:49:05 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fcd605c9a88>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7cIt8eUN31kyAEdsSZYBCeHZGg.2Qr1XmLUCLw.5Lo5s1VdJGCK7S"], ["created_at", "2022-02-07 03:50:01.947296"], ["updated_at", "2022-02-07 03:50:01.947296"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:01.972397"], ["updated_at", "2022-02-07 03:50:01.972397"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:01.998445"], ["updated_at", "2022-02-07 03:50:01.998445"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 957], ["product_id", 264], ["created_at", "2022-02-07 03:50:01.999700"], ["updated_at", "2022-02-07 03:50:01.999700"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 264], ["created_at", "2022-02-07 03:50:02.001688"], ["updated_at", "2022-02-07 03:50:02.001688"], ["user_id", 187]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.014432"], ["updated_at", "2022-02-07 03:50:02.014432"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.023099"], ["updated_at", "2022-02-07 03:50:02.023099"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:02.026706"], ["updated_at", "2022-02-07 03:50:02.026706"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 959], ["product_id", 265], ["created_at", "2022-02-07 03:50:02.027652"], ["updated_at", "2022-02-07 03:50:02.027652"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.035548"], ["updated_at", "2022-02-07 03:50:02.035548"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.042845"], ["updated_at", "2022-02-07 03:50:02.042845"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.050867"], ["updated_at", "2022-02-07 03:50:02.050867"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.057068"], ["updated_at", "2022-02-07 03:50:02.057068"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.063242"], ["updated_at", "2022-02-07 03:50:02.063242"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.069511"], ["updated_at", "2022-02-07 03:50:02.069511"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.074870"], ["updated_at", "2022-02-07 03:50:02.074870"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.093961"], ["updated_at", "2022-02-07 03:50:02.093961"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.101793"], ["updated_at", "2022-02-07 03:50:02.101793"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$1uQfPDbwQHabBv.ysOZiVuOG9wdV9HyvL6elgWB9dMYMAlO4UG/Ti"], ["created_at", "2022-02-07 03:50:02.108218"], ["updated_at", "2022-02-07 03:50:02.108218"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:02.110285"], ["updated_at", "2022-02-07 03:50:02.110285"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:02.113413"], ["updated_at", "2022-02-07 03:50:02.113413"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 969], ["product_id", 266], ["created_at", "2022-02-07 03:50:02.114695"], ["updated_at", "2022-02-07 03:50:02.114695"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 266], ["user_id", 188], ["created_at", "2022-02-07 03:50:02.116443"], ["updated_at", "2022-02-07 03:50:02.116443"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$93X4VpghKTWFYO9/cpKcx.SWHlLL4LHzhMoKwX.NnDN0YveKsU9IW"], ["created_at", "2022-02-07 03:50:02.128885"], ["updated_at", "2022-02-07 03:50:02.128885"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$AUav4yxaX3dp3n2zMrWmnOX61yyl7G/SC1zyOjb6q1mrqd80mhgXm"], ["created_at", "2022-02-07 03:50:02.138264"], ["updated_at", "2022-02-07 03:50:02.138264"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:50:02 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.4ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 0.8ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1335.2ms | Allocations: 80838)

Completed 200 OK in 1345ms (Views: 1336.8ms | ActiveRecord: 0.6ms | Allocations: 84141)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 30.1ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.8ms | Allocations: 12980)

Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:03.602999"], ["updated_at", "2022-02-07 03:50:03.602999"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:03.608924"], ["updated_at", "2022-02-07 03:50:03.608924"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 970], ["product_id", 267], ["created_at", "2022-02-07 03:50:03.610682"], ["updated_at", "2022-02-07 03:50:03.610682"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 267]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 267]]
Rendered products/index.html.erb within layouts/application (Duration: 12.9ms | Allocations: 3784)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.0ms | Allocations: 16089)

Completed 200 OK in 27ms (Views: 23.0ms | ActiveRecord: 3.4ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:03.665888"], ["updated_at", "2022-02-07 03:50:03.665888"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:03.669158"], ["updated_at", "2022-02-07 03:50:03.669158"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 971], ["product_id", 268], ["created_at", "2022-02-07 03:50:03.670189"], ["updated_at", "2022-02-07 03:50:03.670189"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/268” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"268"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 268], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 268]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 268]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 268]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 268]]
Rendered products/show.html.erb within layouts/application (Duration: 217.7ms | Allocations: 358352)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 229.3ms | Allocations: 370687)

Completed 200 OK in 231ms (Views: 228.5ms | ActiveRecord: 1.3ms | Allocations: 371383)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:50:03.917472"], ["updated_at", "2022-02-07 03:50:03.917472"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:50:03.920867"], ["updated_at", "2022-02-07 03:50:03.920867"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 972], ["product_id", 269], ["created_at", "2022-02-07 03:50:03.921953"], ["updated_at", "2022-02-07 03:50:03.921953"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ki8z3O29O/HwEi8sFJN9J.DtAgsLrjQcn3sk1oKHgRSxxulGGz1uW"], ["created_at", "2022-02-07 03:50:03.927167"], ["updated_at", "2022-02-07 03:50:03.927167"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 269], ["user_id", 191], ["created_at", "2022-02-07 03:50:03.928587"], ["updated_at", "2022-02-07 03:50:03.928587"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/269” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"269"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 269], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 269]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 269]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 269]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 269]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 269]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 191], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.7ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.8ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 1.8ms | Allocations: 16049)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$FYUQv1t.GtmZ9ZU5LRg6G.kR5y.H8.CUvIzagc7mJ.ZNU/YkO4xu6"], ["created_at", "2022-02-07 03:50:03.966594"], ["updated_at", "2022-02-07 03:50:03.966594"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:50:03 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd2ad58bd58>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.7ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$VBzACd4ygmELeIu1OOzIVOuZFdMAUqCd0IJ5TpX1nMCvhbNkxNhXa"], ["created_at", "2022-02-07 03:51:30.983892"], ["updated_at", "2022-02-07 03:51:30.983892"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.005634"], ["updated_at", "2022-02-07 03:51:31.005634"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:31.030951"], ["updated_at", "2022-02-07 03:51:31.030951"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 973], ["product_id", 270], ["created_at", "2022-02-07 03:51:31.032186"], ["updated_at", "2022-02-07 03:51:31.032186"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 270], ["created_at", "2022-02-07 03:51:31.033993"], ["updated_at", "2022-02-07 03:51:31.033993"], ["user_id", 193]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.047659"], ["updated_at", "2022-02-07 03:51:31.047659"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.056676"], ["updated_at", "2022-02-07 03:51:31.056676"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:31.060610"], ["updated_at", "2022-02-07 03:51:31.060610"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 975], ["product_id", 271], ["created_at", "2022-02-07 03:51:31.061830"], ["updated_at", "2022-02-07 03:51:31.061830"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.073393"], ["updated_at", "2022-02-07 03:51:31.073393"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.080616"], ["updated_at", "2022-02-07 03:51:31.080616"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.088789"], ["updated_at", "2022-02-07 03:51:31.088789"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.094120"], ["updated_at", "2022-02-07 03:51:31.094120"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.099934"], ["updated_at", "2022-02-07 03:51:31.099934"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.106473"], ["updated_at", "2022-02-07 03:51:31.106473"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.112063"], ["updated_at", "2022-02-07 03:51:31.112063"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.132263"], ["updated_at", "2022-02-07 03:51:31.132263"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.138613"], ["updated_at", "2022-02-07 03:51:31.138613"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$TwlIRGwmGn1QDEz7psVZYOsmh3yZdkjIVUoh/xIEhfTXHShzcTJJK"], ["created_at", "2022-02-07 03:51:31.144611"], ["updated_at", "2022-02-07 03:51:31.144611"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:31.146725"], ["updated_at", "2022-02-07 03:51:31.146725"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:31.150840"], ["updated_at", "2022-02-07 03:51:31.150840"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 985], ["product_id", 272], ["created_at", "2022-02-07 03:51:31.151828"], ["updated_at", "2022-02-07 03:51:31.151828"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 272], ["user_id", 194], ["created_at", "2022-02-07 03:51:31.153799"], ["updated_at", "2022-02-07 03:51:31.153799"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$xs7lCOi4qyEL8PdWZl9bgugYhocMuEvXevmYRWs5tBJY0yg7QlAhG"], ["created_at", "2022-02-07 03:51:31.166602"], ["updated_at", "2022-02-07 03:51:31.166602"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$M89pGPNErtHDIar/lR2chOeFiV809BfB3zjo0nnanCKekxLpVGsWO"], ["created_at", "2022-02-07 03:51:31.175286"], ["updated_at", "2022-02-07 03:51:31.175286"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:51:31 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.6ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.0ms | Allocations: 1303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 3.8ms | Allocations: 1344)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1262.5ms | Allocations: 80819)

Completed 200 OK in 1273ms (Views: 1264.7ms | ActiveRecord: 0.6ms | Allocations: 84122)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 595)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.8ms | Allocations: 12993)

Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.3ms | Allocations: 13394)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.4ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:32.565238"], ["updated_at", "2022-02-07 03:51:32.565238"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:32.569874"], ["updated_at", "2022-02-07 03:51:32.569874"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 986], ["product_id", 273], ["created_at", "2022-02-07 03:51:32.571607"], ["updated_at", "2022-02-07 03:51:32.571607"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 273]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 273]]
Rendered products/index.html.erb within layouts/application (Duration: 9.9ms | Allocations: 3784)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 842)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.3ms | Allocations: 16089)

Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 3.1ms | Allocations: 16490)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:32.621039"], ["updated_at", "2022-02-07 03:51:32.621039"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:32.624065"], ["updated_at", "2022-02-07 03:51:32.624065"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 987], ["product_id", 274], ["created_at", "2022-02-07 03:51:32.625082"], ["updated_at", "2022-02-07 03:51:32.625082"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/274” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"274"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 274], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 274]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 274]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 274]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 274]]
Rendered products/show.html.erb within layouts/application (Duration: 192.8ms | Allocations: 358357)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 204.4ms | Allocations: 370692)

Completed 200 OK in 207ms (Views: 203.6ms | ActiveRecord: 1.4ms | Allocations: 371388)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 03:51:32.847849"], ["updated_at", "2022-02-07 03:51:32.847849"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 03:51:32.851145"], ["updated_at", "2022-02-07 03:51:32.851145"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 988], ["product_id", 275], ["created_at", "2022-02-07 03:51:32.852055"], ["updated_at", "2022-02-07 03:51:32.852055"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$./Q3WiOW8GsbBZSS9ekEhuwaFDufzrOp.xTsExUndpuk2aV4hDMoO"], ["created_at", "2022-02-07 03:51:32.855791"], ["updated_at", "2022-02-07 03:51:32.855791"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 275], ["user_id", 197], ["created_at", "2022-02-07 03:51:32.857008"], ["updated_at", "2022-02-07 03:51:32.857008"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/275” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"275"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 275], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 275]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 275]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 275]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 275]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 275]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 197], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.8ms | Allocations: 3311)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.4ms | Allocations: 15578)

Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 1.8ms | Allocations: 16049)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$xBUYHCZamISLuD3ckyHTEe91ij6l0WNxyOT3iRHtABQddKrFrdvo."], ["created_at", "2022-02-07 03:51:32.895986"], ["updated_at", "2022-02-07 03:51:32.895986"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 22:51:32 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fc4e48b6d38>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.3ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$jFWoIunAq7EdDhnq7GdzreDhpIq9s1zykIU7O/IK7cDKQasTyRXTy"], ["created_at", "2022-02-07 04:01:17.475898"], ["updated_at", "2022-02-07 04:01:17.475898"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.515880"], ["updated_at", "2022-02-07 04:01:17.515880"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:17.539632"], ["updated_at", "2022-02-07 04:01:17.539632"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 989], ["product_id", 276], ["created_at", "2022-02-07 04:01:17.540985"], ["updated_at", "2022-02-07 04:01:17.540985"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 276], ["created_at", "2022-02-07 04:01:17.543653"], ["updated_at", "2022-02-07 04:01:17.543653"], ["user_id", 199]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.567485"], ["updated_at", "2022-02-07 04:01:17.567485"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.574953"], ["updated_at", "2022-02-07 04:01:17.574953"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:17.579675"], ["updated_at", "2022-02-07 04:01:17.579675"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 991], ["product_id", 277], ["created_at", "2022-02-07 04:01:17.581081"], ["updated_at", "2022-02-07 04:01:17.581081"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.589056"], ["updated_at", "2022-02-07 04:01:17.589056"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.595714"], ["updated_at", "2022-02-07 04:01:17.595714"]]
TRANSACTION (0.8ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.608130"], ["updated_at", "2022-02-07 04:01:17.608130"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.619028"], ["updated_at", "2022-02-07 04:01:17.619028"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.626031"], ["updated_at", "2022-02-07 04:01:17.626031"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.633924"], ["updated_at", "2022-02-07 04:01:17.633924"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.643380"], ["updated_at", "2022-02-07 04:01:17.643380"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.8ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.670754"], ["updated_at", "2022-02-07 04:01:17.670754"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.677389"], ["updated_at", "2022-02-07 04:01:17.677389"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$1Ca4Hnqv16V8p0xDLvrRdOfqNLYnWkRb9rtfni0vLYTd9L4lSrbfy"], ["created_at", "2022-02-07 04:01:17.685891"], ["updated_at", "2022-02-07 04:01:17.685891"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:17.688401"], ["updated_at", "2022-02-07 04:01:17.688401"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:17.691305"], ["updated_at", "2022-02-07 04:01:17.691305"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1001], ["product_id", 278], ["created_at", "2022-02-07 04:01:17.692300"], ["updated_at", "2022-02-07 04:01:17.692300"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 278], ["user_id", 200], ["created_at", "2022-02-07 04:01:17.693946"], ["updated_at", "2022-02-07 04:01:17.693946"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$hXCXlK0G1cSWCqKox5KYcup2s0EtqIEajn6ms.2DJp29omq7Aj49W"], ["created_at", "2022-02-07 04:01:17.711303"], ["updated_at", "2022-02-07 04:01:17.711303"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
User Load (0.4ms)  SELECT "users".* FROM "users" /* loading for inspect */ LIMIT $1  [["LIMIT", 11]]
User Load (0.4ms)  SELECT "users".* FROM "users" ORDER BY "users"."id" ASC LIMIT $1  [["LIMIT", 1]]
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$YPgBpxYCap3F1znTRsyWGe3uUuIFIMexPsfwBq3ngCK758P.kRnV6"], ["created_at", "2022-02-07 04:01:59.706001"], ["updated_at", "2022-02-07 04:01:59.706001"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.734435"], ["updated_at", "2022-02-07 04:01:59.734435"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:59.769267"], ["updated_at", "2022-02-07 04:01:59.769267"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1002], ["product_id", 279], ["created_at", "2022-02-07 04:01:59.770695"], ["updated_at", "2022-02-07 04:01:59.770695"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 279], ["created_at", "2022-02-07 04:01:59.773001"], ["updated_at", "2022-02-07 04:01:59.773001"], ["user_id", 202]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.792985"], ["updated_at", "2022-02-07 04:01:59.792985"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.801654"], ["updated_at", "2022-02-07 04:01:59.801654"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:59.805058"], ["updated_at", "2022-02-07 04:01:59.805058"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1004], ["product_id", 280], ["created_at", "2022-02-07 04:01:59.806065"], ["updated_at", "2022-02-07 04:01:59.806065"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.4ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.815440"], ["updated_at", "2022-02-07 04:01:59.815440"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.824745"], ["updated_at", "2022-02-07 04:01:59.824745"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.834418"], ["updated_at", "2022-02-07 04:01:59.834418"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.842163"], ["updated_at", "2022-02-07 04:01:59.842163"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.851040"], ["updated_at", "2022-02-07 04:01:59.851040"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.858880"], ["updated_at", "2022-02-07 04:01:59.858880"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.867836"], ["updated_at", "2022-02-07 04:01:59.867836"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.891085"], ["updated_at", "2022-02-07 04:01:59.891085"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.898395"], ["updated_at", "2022-02-07 04:01:59.898395"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$bysUxSq3L0Q7F6xpShMnWef9gBoFBNSflOL6QTQ9lI6HkukShIKfG"], ["created_at", "2022-02-07 04:01:59.905045"], ["updated_at", "2022-02-07 04:01:59.905045"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:01:59.907638"], ["updated_at", "2022-02-07 04:01:59.907638"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:01:59.910736"], ["updated_at", "2022-02-07 04:01:59.910736"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1014], ["product_id", 281], ["created_at", "2022-02-07 04:01:59.911924"], ["updated_at", "2022-02-07 04:01:59.911924"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 281], ["user_id", 203], ["created_at", "2022-02-07 04:01:59.913731"], ["updated_at", "2022-02-07 04:01:59.913731"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$iP6NiLoUKpjoL9C7rCuLxeX4lOlPIEutC6U5E1QC8U1bta24JTnuy"], ["created_at", "2022-02-07 04:01:59.928795"], ["updated_at", "2022-02-07 04:01:59.928795"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$nTDnLdmIS7yTlz.tqIWnt.5xv9AjKio6WEMIzAFxXuIGle9vvWI8q"], ["created_at", "2022-02-07 04:01:59.938722"], ["updated_at", "2022-02-07 04:01:59.938722"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$KefLVgQNlAE0zkWeSei9geyNUrhKIpIaCLDvbV0z2mcpjxvVFrHX2"], ["created_at", "2022-02-07 04:02:34.684123"], ["updated_at", "2022-02-07 04:02:34.684123"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.705963"], ["updated_at", "2022-02-07 04:02:34.705963"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:34.730401"], ["updated_at", "2022-02-07 04:02:34.730401"]]
Tagging Create (0.8ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1015], ["product_id", 282], ["created_at", "2022-02-07 04:02:34.731528"], ["updated_at", "2022-02-07 04:02:34.731528"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 282], ["created_at", "2022-02-07 04:02:34.733469"], ["updated_at", "2022-02-07 04:02:34.733469"], ["user_id", 205]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.746529"], ["updated_at", "2022-02-07 04:02:34.746529"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.753367"], ["updated_at", "2022-02-07 04:02:34.753367"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:34.757463"], ["updated_at", "2022-02-07 04:02:34.757463"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1017], ["product_id", 283], ["created_at", "2022-02-07 04:02:34.758483"], ["updated_at", "2022-02-07 04:02:34.758483"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.766636"], ["updated_at", "2022-02-07 04:02:34.766636"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.772390"], ["updated_at", "2022-02-07 04:02:34.772390"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.777883"], ["updated_at", "2022-02-07 04:02:34.777883"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.784480"], ["updated_at", "2022-02-07 04:02:34.784480"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.790037"], ["updated_at", "2022-02-07 04:02:34.790037"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.795330"], ["updated_at", "2022-02-07 04:02:34.795330"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.801312"], ["updated_at", "2022-02-07 04:02:34.801312"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.819635"], ["updated_at", "2022-02-07 04:02:34.819635"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.825795"], ["updated_at", "2022-02-07 04:02:34.825795"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$O8ATodOHD5a277YbHvZpGOmWgl/nJRJEChA3Hl7gmk6/15zwBzF0m"], ["created_at", "2022-02-07 04:02:34.832523"], ["updated_at", "2022-02-07 04:02:34.832523"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:34.834540"], ["updated_at", "2022-02-07 04:02:34.834540"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:34.837370"], ["updated_at", "2022-02-07 04:02:34.837370"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1027], ["product_id", 284], ["created_at", "2022-02-07 04:02:34.838483"], ["updated_at", "2022-02-07 04:02:34.838483"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 284], ["user_id", 206], ["created_at", "2022-02-07 04:02:34.839924"], ["updated_at", "2022-02-07 04:02:34.839924"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gBZH2/r7Hf0A3MW.K9XE7.jl8MrGNKFAFNP6XX5Z5Gck1ZAiiW122"], ["created_at", "2022-02-07 04:02:34.853163"], ["updated_at", "2022-02-07 04:02:34.853163"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7lYY4Ew/QVQqw7kZV.Ot5.qiwmnZVHMZEXHrQWCTuqRPghAl5Ioqe"], ["created_at", "2022-02-07 04:02:34.861965"], ["updated_at", "2022-02-07 04:02:34.861965"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:02:34 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.7ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 3.9ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.4ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 1.8ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1704.7ms | Allocations: 80303)

Completed 200 OK in 1724ms (Views: 1709.1ms | ActiveRecord: 1.0ms | Allocations: 83934)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:02:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.5ms | Allocations: 1121)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 30.3ms | Allocations: 13521)

Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.8ms | Allocations: 14587)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:02:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.6ms | Allocations: 12980)

Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:02:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 867)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 14.4ms | Allocations: 13019)

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.4ms | Allocations: 13420)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:36.759533"], ["updated_at", "2022-02-07 04:02:36.759533"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:36.763183"], ["updated_at", "2022-02-07 04:02:36.763183"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1028], ["product_id", 285], ["created_at", "2022-02-07 04:02:36.764124"], ["updated_at", "2022-02-07 04:02:36.764124"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:02:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.9ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 285]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 285]]
Rendered products/index.html.erb within layouts/application (Duration: 12.8ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.0ms | Allocations: 16050)

Completed 200 OK in 27ms (Views: 22.5ms | ActiveRecord: 3.7ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (1.0ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:36.807837"], ["updated_at", "2022-02-07 04:02:36.807837"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:36.812031"], ["updated_at", "2022-02-07 04:02:36.812031"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1029], ["product_id", 286], ["created_at", "2022-02-07 04:02:36.812934"], ["updated_at", "2022-02-07 04:02:36.812934"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/286” for 127.0.0.1 at 2022-02-06 23:02:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"286"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 286], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 286]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 286]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 286]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 286]]
Rendered products/show.html.erb within layouts/application (Duration: 322.8ms | Allocations: 358455)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 336.3ms | Allocations: 370790)

Completed 200 OK in 339ms (Views: 335.3ms | ActiveRecord: 1.6ms | Allocations: 371485)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:02:37.166406"], ["updated_at", "2022-02-07 04:02:37.166406"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:02:37.170231"], ["updated_at", "2022-02-07 04:02:37.170231"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1030], ["product_id", 287], ["created_at", "2022-02-07 04:02:37.171468"], ["updated_at", "2022-02-07 04:02:37.171468"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$t8Gv3df68ROAu8ZLPhamtuFKNJbMei5PWzXfp6rgeyi1vG0whwVO2"], ["created_at", "2022-02-07 04:02:37.177673"], ["updated_at", "2022-02-07 04:02:37.177673"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 287], ["user_id", 208], ["created_at", "2022-02-07 04:02:37.178970"], ["updated_at", "2022-02-07 04:02:37.178970"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/287” for 127.0.0.1 at 2022-02-06 23:02:37 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"287"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 287], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 287]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 287]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 287]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 287]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 287]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 208], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.9ms | Allocations: 3260)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 21.4ms | Allocations: 15527)

Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 1.9ms | Allocations: 15998)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$v7JIqIJHr6ZMGjsDg6NGxuRfuddL4zHaaSiuhR0QTLY4/s08R96V6"], ["created_at", "2022-02-07 04:02:37.218600"], ["updated_at", "2022-02-07 04:02:37.218600"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:02:37 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd9856e6728>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.8ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.9ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$vl1uVektJWKyKRwh.9tbLerXfrkCEJgp1lF1O3kIY0trfgfGypN0K"], ["created_at", "2022-02-07 04:07:53.332448"], ["updated_at", "2022-02-07 04:07:53.332448"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.360310"], ["updated_at", "2022-02-07 04:07:53.360310"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:53.398900"], ["updated_at", "2022-02-07 04:07:53.398900"]]
Tagging Create (1.2ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1031], ["product_id", 288], ["created_at", "2022-02-07 04:07:53.400492"], ["updated_at", "2022-02-07 04:07:53.400492"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 288], ["created_at", "2022-02-07 04:07:53.403227"], ["updated_at", "2022-02-07 04:07:53.403227"], ["user_id", 210]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.426027"], ["updated_at", "2022-02-07 04:07:53.426027"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.433135"], ["updated_at", "2022-02-07 04:07:53.433135"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:53.437835"], ["updated_at", "2022-02-07 04:07:53.437835"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1033], ["product_id", 289], ["created_at", "2022-02-07 04:07:53.438877"], ["updated_at", "2022-02-07 04:07:53.438877"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.445785"], ["updated_at", "2022-02-07 04:07:53.445785"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.455764"], ["updated_at", "2022-02-07 04:07:53.455764"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.463470"], ["updated_at", "2022-02-07 04:07:53.463470"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.471983"], ["updated_at", "2022-02-07 04:07:53.471983"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.478301"], ["updated_at", "2022-02-07 04:07:53.478301"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.488305"], ["updated_at", "2022-02-07 04:07:53.488305"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.495593"], ["updated_at", "2022-02-07 04:07:53.495593"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.520708"], ["updated_at", "2022-02-07 04:07:53.520708"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.528184"], ["updated_at", "2022-02-07 04:07:53.528184"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$FoJ4y9SfesyxNy7nnhCdpumtAQDZtai89PaHEfB1tEz8iXhn4tQpG"], ["created_at", "2022-02-07 04:07:53.536346"], ["updated_at", "2022-02-07 04:07:53.536346"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:53.539165"], ["updated_at", "2022-02-07 04:07:53.539165"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:53.543779"], ["updated_at", "2022-02-07 04:07:53.543779"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1043], ["product_id", 290], ["created_at", "2022-02-07 04:07:53.545046"], ["updated_at", "2022-02-07 04:07:53.545046"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.1ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 290], ["user_id", 211], ["created_at", "2022-02-07 04:07:53.546775"], ["updated_at", "2022-02-07 04:07:53.546775"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$73sRRN7h.qKZx8sY.O0bkOUDDkcYCUsnN8xOd65dEPF3kgBPWrpW."], ["created_at", "2022-02-07 04:07:53.562043"], ["updated_at", "2022-02-07 04:07:53.562043"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$kJOSXQYW1akTgX7F80ejGuJlNnE30hYcbqy/vytpzBQz3YwOKzzmW"], ["created_at", "2022-02-07 04:07:53.572176"], ["updated_at", "2022-02-07 04:07:53.572176"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:07:53 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.4ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.7ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 1.1ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1613.7ms | Allocations: 80119)

Completed 200 OK in 1631ms (Views: 1617.2ms | ActiveRecord: 0.7ms | Allocations: 83750)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$q4qrfgC88BKvmrvJ9tLTSelNpGhrD/yHZ2Yk0VgKulu9WRN4p9Zuq"], ["created_at", "2022-02-07 04:07:55.242754"], ["updated_at", "2022-02-07 04:07:55.242754"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by OrdersController#index as HTML

User Load (0.7ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.2ms | Allocations: 12545)

Completed 200 OK in 31ms (Views: 27.0ms | ActiveRecord: 1.0ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.9ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 4.6ms | Allocations: 1121)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 868)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 28.2ms | Allocations: 13521)

Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 0.9ms | Allocations: 14587)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 867)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 14.9ms | Allocations: 13019)

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms | Allocations: 13421)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.3ms | Allocations: 13380)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:55.408776"], ["updated_at", "2022-02-07 04:07:55.408776"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:55.412242"], ["updated_at", "2022-02-07 04:07:55.412242"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1044], ["product_id", 291], ["created_at", "2022-02-07 04:07:55.413430"], ["updated_at", "2022-02-07 04:07:55.413430"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 291]]
 (1.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 291]]
Rendered products/index.html.erb within layouts/application (Duration: 11.6ms | Allocations: 3783)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.8ms | Allocations: 16050)

Completed 200 OK in 26ms (Views: 21.6ms | ActiveRecord: 3.5ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:55.456231"], ["updated_at", "2022-02-07 04:07:55.456231"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:55.459827"], ["updated_at", "2022-02-07 04:07:55.459827"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1045], ["product_id", 292], ["created_at", "2022-02-07 04:07:55.461029"], ["updated_at", "2022-02-07 04:07:55.461029"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/292” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"292"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 292], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 292]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 292]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 292]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 292]]
Rendered products/show.html.erb within layouts/application (Duration: 318.3ms | Allocations: 358569)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 335.0ms | Allocations: 370904)

Completed 200 OK in 337ms (Views: 334.1ms | ActiveRecord: 1.5ms | Allocations: 371599)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:07:55.813435"], ["updated_at", "2022-02-07 04:07:55.813435"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:07:55.817006"], ["updated_at", "2022-02-07 04:07:55.817006"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1046], ["product_id", 293], ["created_at", "2022-02-07 04:07:55.817972"], ["updated_at", "2022-02-07 04:07:55.817972"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.RVMUUmJnZsJ.vOqf5UOd.ybwQVlKOl6rj1EoVIFJ2ep5wVutI/oi"], ["created_at", "2022-02-07 04:07:55.821746"], ["updated_at", "2022-02-07 04:07:55.821746"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 293], ["user_id", 213], ["created_at", "2022-02-07 04:07:55.822927"], ["updated_at", "2022-02-07 04:07:55.822927"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/293” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"293"}
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 293], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 293]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 293]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 293]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 293]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 293]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 213], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.4ms | Allocations: 3260)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.4ms | Allocations: 15527)

Completed 200 OK in 22ms (Views: 18.4ms | ActiveRecord: 1.8ms | Allocations: 15998)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$eXaolObZRusYJR68gsaKxOsnmL8ynzLbiVRIlwsJA0QBykPP/oK7C"], ["created_at", "2022-02-07 04:07:55.866724"], ["updated_at", "2022-02-07 04:07:55.866724"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:07:55 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f98e5dffcc0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$SNBQ1Zq/wy3iZs25Nou8TeTUTNHB05MYmRmlCn48dLWoFQP..FKnS"], ["created_at", "2022-02-07 04:08:16.851796"], ["updated_at", "2022-02-07 04:08:16.851796"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.873995"], ["updated_at", "2022-02-07 04:08:16.873995"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:16.897782"], ["updated_at", "2022-02-07 04:08:16.897782"]]
Tagging Create (2.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1047], ["product_id", 294], ["created_at", "2022-02-07 04:08:16.899203"], ["updated_at", "2022-02-07 04:08:16.899203"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 294], ["created_at", "2022-02-07 04:08:16.903206"], ["updated_at", "2022-02-07 04:08:16.903206"], ["user_id", 215]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.916762"], ["updated_at", "2022-02-07 04:08:16.916762"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.923448"], ["updated_at", "2022-02-07 04:08:16.923448"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:16.927847"], ["updated_at", "2022-02-07 04:08:16.927847"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1049], ["product_id", 295], ["created_at", "2022-02-07 04:08:16.928787"], ["updated_at", "2022-02-07 04:08:16.928787"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.9ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.937817"], ["updated_at", "2022-02-07 04:08:16.937817"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.942971"], ["updated_at", "2022-02-07 04:08:16.942971"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.949770"], ["updated_at", "2022-02-07 04:08:16.949770"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.955711"], ["updated_at", "2022-02-07 04:08:16.955711"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.961265"], ["updated_at", "2022-02-07 04:08:16.961265"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.967640"], ["updated_at", "2022-02-07 04:08:16.967640"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.972887"], ["updated_at", "2022-02-07 04:08:16.972887"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:16.993207"], ["updated_at", "2022-02-07 04:08:16.993207"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:17.000111"], ["updated_at", "2022-02-07 04:08:17.000111"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$nRWkQ6aVDVA/tXwfni4YjOtT4SMncCmM0KCnYCXs7NCGEGGdtOiwG"], ["created_at", "2022-02-07 04:08:17.006773"], ["updated_at", "2022-02-07 04:08:17.006773"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:17.008768"], ["updated_at", "2022-02-07 04:08:17.008768"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:17.011521"], ["updated_at", "2022-02-07 04:08:17.011521"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1059], ["product_id", 296], ["created_at", "2022-02-07 04:08:17.012505"], ["updated_at", "2022-02-07 04:08:17.012505"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.0ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 296], ["user_id", 216], ["created_at", "2022-02-07 04:08:17.014338"], ["updated_at", "2022-02-07 04:08:17.014338"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$1ktn6WlFzdx2JCGHoDpZfO6uXqtpfpm59H17Eg8Qy.iPSG7LnkkcK"], ["created_at", "2022-02-07 04:08:17.027598"], ["updated_at", "2022-02-07 04:08:17.027598"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$eDZBdWzNztM6k1vYI4W7Hu9JeKQmCLXYc2RX8qUzzGv9YxyJqDAki"], ["created_at", "2022-02-07 04:08:17.036821"], ["updated_at", "2022-02-07 04:08:17.036821"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:08:17 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.4ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.7ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 0.6ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1298.4ms | Allocations: 80241)

Completed 200 OK in 1310ms (Views: 1300.3ms | ActiveRecord: 0.6ms | Allocations: 83872)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$P/YJv2e/Jx9ZwsTlgb1qX.o7dSPnTzesw1La4E4cNy9HnNxgh2Kae"], ["created_at", "2022-02-07 04:08:18.379222"], ["updated_at", "2022-02-07 04:08:18.379222"]]
TRANSACTION (0.5ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.1ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.1ms | Allocations: 12545)

Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gyaQEsiCeW71Km0OGBVDz.7dQcayWlwjsFp6yBtd0PG9EBXNpl//i"], ["created_at", "2022-02-07 04:08:18.433110"], ["updated_at", "2022-02-07 04:08:18.433110"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.2ms | Allocations: 12534)

Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.5ms | Allocations: 13094)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.8ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.4ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 17.7ms | Allocations: 13563)

Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.8ms | Allocations: 14630)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 17.6ms | Allocations: 12980)

Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.0ms | Allocations: 12981)

Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:18.587702"], ["updated_at", "2022-02-07 04:08:18.587702"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:18.591929"], ["updated_at", "2022-02-07 04:08:18.591929"]]
Tagging Create (1.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1060], ["product_id", 297], ["created_at", "2022-02-07 04:08:18.592956"], ["updated_at", "2022-02-07 04:08:18.592956"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 297]]
 (0.7ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 297]]
Rendered products/index.html.erb within layouts/application (Duration: 12.2ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.3ms | Allocations: 16050)

Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 3.2ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:18.640252"], ["updated_at", "2022-02-07 04:08:18.640252"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.7ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:18.643913"], ["updated_at", "2022-02-07 04:08:18.643913"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1061], ["product_id", 298], ["created_at", "2022-02-07 04:08:18.646021"], ["updated_at", "2022-02-07 04:08:18.646021"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/298” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"298"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 298], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 298]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 298]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 298]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 298]]
Rendered products/show.html.erb within layouts/application (Duration: 297.5ms | Allocations: 358305)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 309.2ms | Allocations: 370640)

Completed 200 OK in 311ms (Views: 308.4ms | ActiveRecord: 1.4ms | Allocations: 371336)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:08:18.973169"], ["updated_at", "2022-02-07 04:08:18.973169"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:08:18.976040"], ["updated_at", "2022-02-07 04:08:18.976040"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1062], ["product_id", 299], ["created_at", "2022-02-07 04:08:18.977326"], ["updated_at", "2022-02-07 04:08:18.977326"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ibZQOTsHW2WsLxbi0UYpfemHd9YDp6Lwyjr0bNVtVKmnq508JpG6y"], ["created_at", "2022-02-07 04:08:18.983264"], ["updated_at", "2022-02-07 04:08:18.983264"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 299], ["user_id", 218], ["created_at", "2022-02-07 04:08:18.984590"], ["updated_at", "2022-02-07 04:08:18.984590"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/299” for 127.0.0.1 at 2022-02-06 23:08:18 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"299"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 299], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 299]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 299]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 299]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 299]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 299]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 218], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.6ms | Allocations: 3260)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.4ms | Allocations: 15527)

Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 1.6ms | Allocations: 15998)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$SEdrN.DrbFuKDSP.9zcRMuWtaU3DLAkeSj0m6QcsZ8f.TXCkkXiNi"], ["created_at", "2022-02-07 04:08:19.021122"], ["updated_at", "2022-02-07 04:08:19.021122"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "products"

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:08:19 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f802e49c2c0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$s2zb0yUQ.0/jwqtHpOqXv.ptPWv/O5ffdlFXooiVzr8rEkgiCHYAq"], ["created_at", "2022-02-07 04:09:51.688354"], ["updated_at", "2022-02-07 04:09:51.688354"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.713505"], ["updated_at", "2022-02-07 04:09:51.713505"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:51.742023"], ["updated_at", "2022-02-07 04:09:51.742023"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1063], ["product_id", 300], ["created_at", "2022-02-07 04:09:51.743141"], ["updated_at", "2022-02-07 04:09:51.743141"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.5ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 300], ["created_at", "2022-02-07 04:09:51.745101"], ["updated_at", "2022-02-07 04:09:51.745101"], ["user_id", 220]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.758780"], ["updated_at", "2022-02-07 04:09:51.758780"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.767803"], ["updated_at", "2022-02-07 04:09:51.767803"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:51.771864"], ["updated_at", "2022-02-07 04:09:51.771864"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1065], ["product_id", 301], ["created_at", "2022-02-07 04:09:51.772840"], ["updated_at", "2022-02-07 04:09:51.772840"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.784028"], ["updated_at", "2022-02-07 04:09:51.784028"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.791747"], ["updated_at", "2022-02-07 04:09:51.791747"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.802179"], ["updated_at", "2022-02-07 04:09:51.802179"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.808578"], ["updated_at", "2022-02-07 04:09:51.808578"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.816884"], ["updated_at", "2022-02-07 04:09:51.816884"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.824670"], ["updated_at", "2022-02-07 04:09:51.824670"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.6ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.831041"], ["updated_at", "2022-02-07 04:09:51.831041"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.851550"], ["updated_at", "2022-02-07 04:09:51.851550"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.857460"], ["updated_at", "2022-02-07 04:09:51.857460"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$GvJ0o2nA1xSnQz6y5v9Opu.bd0zYgaUXIqY8HpkwF1od/wAO/ru5."], ["created_at", "2022-02-07 04:09:51.864475"], ["updated_at", "2022-02-07 04:09:51.864475"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:51.866966"], ["updated_at", "2022-02-07 04:09:51.866966"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:51.870068"], ["updated_at", "2022-02-07 04:09:51.870068"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1075], ["product_id", 302], ["created_at", "2022-02-07 04:09:51.871039"], ["updated_at", "2022-02-07 04:09:51.871039"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 302], ["user_id", 221], ["created_at", "2022-02-07 04:09:51.872342"], ["updated_at", "2022-02-07 04:09:51.872342"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$XPF7jKhn0YYUCUiKK0sCF.irFlfexttCFhlXu.j153tH/CltWGoe."], ["created_at", "2022-02-07 04:09:51.886274"], ["updated_at", "2022-02-07 04:09:51.886274"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$l5v8iD52yoCvOdq7i2ALEO/CWnkGzYnfhc.tx0hYnODqFZSo6QxYK"], ["created_at", "2022-02-07 04:09:51.894538"], ["updated_at", "2022-02-07 04:09:51.894538"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:09:51 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 1.8ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.9ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 1.0ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1301.4ms | Allocations: 80109)

Completed 200 OK in 1313ms (Views: 1303.5ms | ActiveRecord: 0.6ms | Allocations: 83740)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$rXERYdVtrxBEMxfPrxqyBuB1AI9LRVG/LY.FpL4ZsQJZxAI3utkXi"], ["created_at", "2022-02-07 04:09:53.239922"], ["updated_at", "2022-02-07 04:09:53.239922"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.3ms | Allocations: 12545)

Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$7uhPKdXt7BF/nRdjxeHSdefsmQ2AwpZsUGyGU1ehRSNHycHSN1u/S"], ["created_at", "2022-02-07 04:09:53.291708"], ["updated_at", "2022-02-07 04:09:53.291708"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.8ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.8ms | Allocations: 12534)

Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.5ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 13563)

Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.8ms | Allocations: 12980)

Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.9ms | Allocations: 12981)

Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:53.431513"], ["updated_at", "2022-02-07 04:09:53.431513"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:53.434828"], ["updated_at", "2022-02-07 04:09:53.434828"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1076], ["product_id", 303], ["created_at", "2022-02-07 04:09:53.436106"], ["updated_at", "2022-02-07 04:09:53.436106"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 303]]
 (0.8ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 303]]
Rendered products/index.html.erb within layouts/application (Duration: 10.2ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.7ms | Allocations: 16050)

Completed 200 OK in 24ms (Views: 19.8ms | ActiveRecord: 3.3ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:53.475864"], ["updated_at", "2022-02-07 04:09:53.475864"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:53.479312"], ["updated_at", "2022-02-07 04:09:53.479312"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1077], ["product_id", 304], ["created_at", "2022-02-07 04:09:53.480550"], ["updated_at", "2022-02-07 04:09:53.480550"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/304” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"304"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 304], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 304]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 304]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 304]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 304]]
Rendered products/show.html.erb within layouts/application (Duration: 189.6ms | Allocations: 358303)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 201.4ms | Allocations: 370638)

Completed 200 OK in 204ms (Views: 200.7ms | ActiveRecord: 1.2ms | Allocations: 371334)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:09:53.700238"], ["updated_at", "2022-02-07 04:09:53.700238"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:09:53.703859"], ["updated_at", "2022-02-07 04:09:53.703859"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1078], ["product_id", 305], ["created_at", "2022-02-07 04:09:53.705073"], ["updated_at", "2022-02-07 04:09:53.705073"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ESUo25DTWlAYd/4k3iBexuEmJaPSXRtURLYLMYP9grMbbrqv5vEFW"], ["created_at", "2022-02-07 04:09:53.710235"], ["updated_at", "2022-02-07 04:09:53.710235"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 305], ["user_id", 223], ["created_at", "2022-02-07 04:09:53.711720"], ["updated_at", "2022-02-07 04:09:53.711720"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/305” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"305"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 305], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 305]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 305]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 305]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 305]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 305]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 223], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.9ms | Allocations: 3260)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 18.6ms | Allocations: 15527)

Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 1.7ms | Allocations: 15998)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.ijtyZLzYV/ANAmffD3TxeZfI9bYwdfwrTRcMYXEFBPHdglNonknq"], ["created_at", "2022-02-07 04:09:53.748566"], ["updated_at", "2022-02-07 04:09:53.748566"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fad2d94f778>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$btofBEYt/.HSoW7fIRr9M.5VOeD2OgZ0GvPxSzwI1t71B3LMXH4Lu"], ["created_at", "2022-02-07 04:09:53.769588"], ["updated_at", "2022-02-07 04:09:53.769588"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started PATCH “/products” for 127.0.0.1 at 2022-02-06 23:09:53 -0500

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$xQi5lINo42uDFZ84PCmUrua.qiOmRHBmvUNygTfccVZCoR33i0Que"], ["created_at", "2022-02-07 04:11:49.521262"], ["updated_at", "2022-02-07 04:11:49.521262"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.542888"], ["updated_at", "2022-02-07 04:11:49.542888"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:49.567051"], ["updated_at", "2022-02-07 04:11:49.567051"]]
Tagging Create (0.9ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1079], ["product_id", 306], ["created_at", "2022-02-07 04:11:49.568501"], ["updated_at", "2022-02-07 04:11:49.568501"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (2.1ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 306], ["created_at", "2022-02-07 04:11:49.570565"], ["updated_at", "2022-02-07 04:11:49.570565"], ["user_id", 226]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.585379"], ["updated_at", "2022-02-07 04:11:49.585379"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.591768"], ["updated_at", "2022-02-07 04:11:49.591768"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:49.596500"], ["updated_at", "2022-02-07 04:11:49.596500"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1081], ["product_id", 307], ["created_at", "2022-02-07 04:11:49.597563"], ["updated_at", "2022-02-07 04:11:49.597563"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.605658"], ["updated_at", "2022-02-07 04:11:49.605658"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.610905"], ["updated_at", "2022-02-07 04:11:49.610905"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.617286"], ["updated_at", "2022-02-07 04:11:49.617286"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.623426"], ["updated_at", "2022-02-07 04:11:49.623426"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.628833"], ["updated_at", "2022-02-07 04:11:49.628833"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.634667"], ["updated_at", "2022-02-07 04:11:49.634667"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.640625"], ["updated_at", "2022-02-07 04:11:49.640625"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.659776"], ["updated_at", "2022-02-07 04:11:49.659776"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.666798"], ["updated_at", "2022-02-07 04:11:49.666798"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$i29QU9yYQU3UvboyH5da5e.HgOp3nJ49uad3Q.a3AXGudM9r2Eghi"], ["created_at", "2022-02-07 04:11:49.673997"], ["updated_at", "2022-02-07 04:11:49.673997"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:49.676055"], ["updated_at", "2022-02-07 04:11:49.676055"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:49.678999"], ["updated_at", "2022-02-07 04:11:49.678999"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1091], ["product_id", 308], ["created_at", "2022-02-07 04:11:49.680239"], ["updated_at", "2022-02-07 04:11:49.680239"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 308], ["user_id", 227], ["created_at", "2022-02-07 04:11:49.682123"], ["updated_at", "2022-02-07 04:11:49.682123"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$WjSPsM8noSTDdBq73D7T1.nOsIUrT7OnntIx.GYDuFwXbn05rVAXm"], ["created_at", "2022-02-07 04:11:49.695203"], ["updated_at", "2022-02-07 04:11:49.695203"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$QKNIeX38.4owXpkIlUm9MuEk5ZK3M3YWFIn.il7B/RwuLRcgpVhUG"], ["created_at", "2022-02-07 04:11:49.704333"], ["updated_at", "2022-02-07 04:11:49.704333"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:11:49 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.5ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 2.0ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 0.5ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1332.9ms | Allocations: 80486)

Completed 200 OK in 1346ms (Views: 1335.1ms | ActiveRecord: 0.7ms | Allocations: 84117)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$NswdCPjcZV5K62hqmQ7Vau080s9lOlC1VVeCM5a2dAGyfNCYvVXJq"], ["created_at", "2022-02-07 04:11:51.081726"], ["updated_at", "2022-02-07 04:11:51.081726"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.4ms | Allocations: 12545)

Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ckj5gH5.kyvD86eDxeYj1.vSgnmNFXeAcrzcX/LpdnaifKa/2vVey"], ["created_at", "2022-02-07 04:11:51.142414"], ["updated_at", "2022-02-07 04:11:51.142414"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.4ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.6ms | Allocations: 12534)

Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.6ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.9ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 16.6ms | Allocations: 13563)

Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.9ms | Allocations: 14630)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.7ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.5ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.9ms | Allocations: 12981)

Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:51.293337"], ["updated_at", "2022-02-07 04:11:51.293337"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:51.296570"], ["updated_at", "2022-02-07 04:11:51.296570"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1092], ["product_id", 309], ["created_at", "2022-02-07 04:11:51.297762"], ["updated_at", "2022-02-07 04:11:51.297762"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 309]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 309]]
Rendered products/index.html.erb within layouts/application (Duration: 13.4ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 29.4ms | Allocations: 16049)

Completed 200 OK in 30ms (Views: 26.5ms | ActiveRecord: 3.3ms | Allocations: 16449)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:51.343593"], ["updated_at", "2022-02-07 04:11:51.343593"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:51.347092"], ["updated_at", "2022-02-07 04:11:51.347092"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1093], ["product_id", 310], ["created_at", "2022-02-07 04:11:51.348346"], ["updated_at", "2022-02-07 04:11:51.348346"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/310” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"310"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 310], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 310]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 310]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 310]]
Review Load (0.6ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 310]]
Rendered products/show.html.erb within layouts/application (Duration: 191.0ms | Allocations: 358246)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 847)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 216.3ms | Allocations: 370582)

Completed 200 OK in 219ms (Views: 215.0ms | ActiveRecord: 2.0ms | Allocations: 371278)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:51.581682"], ["updated_at", "2022-02-07 04:11:51.581682"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:51.585202"], ["updated_at", "2022-02-07 04:11:51.585202"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1094], ["product_id", 311], ["created_at", "2022-02-07 04:11:51.586423"], ["updated_at", "2022-02-07 04:11:51.586423"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$g3jRsN.yb3HujdynhsHiquHXG0uN1Z/iPLgR2Ti5G6v7u7WzXfe0y"], ["created_at", "2022-02-07 04:11:51.591645"], ["updated_at", "2022-02-07 04:11:51.591645"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 311], ["user_id", 229], ["created_at", "2022-02-07 04:11:51.593203"], ["updated_at", "2022-02-07 04:11:51.593203"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/311” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"311"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 311], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 311]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 311]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 311]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 311]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 311]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 229], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 9.1ms | Allocations: 3269)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 55.7ms | Allocations: 15536)

Completed 200 OK in 57ms (Views: 54.4ms | ActiveRecord: 1.9ms | Allocations: 16007)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$njaY57PyxXoFbxfHQRb6C.5sgdXjESHwdxqlqNDZmnTuB7ta9zgsW"], ["created_at", "2022-02-07 04:11:51.669939"], ["updated_at", "2022-02-07 04:11:51.669939"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd674652820>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Ku/I4KJp5.bTMUDHNIsuAuFNNn8tWWnB6bL/NnfnZh2NgbvnuTiHq"], ["created_at", "2022-02-07 04:11:51.724764"], ["updated_at", "2022-02-07 04:11:51.724764"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:11:51.727277"], ["updated_at", "2022-02-07 04:11:51.727277"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:11:51.731187"], ["updated_at", "2022-02-07 04:11:51.731187"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1095], ["product_id", 312], ["created_at", "2022-02-07 04:11:51.732079"], ["updated_at", "2022-02-07 04:11:51.732079"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/312/edit” for 127.0.0.1 at 2022-02-06 23:11:51 -0500 Processing by ProductsController#edit as HTML

Parameters: {"id"=>"312"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 177)

TRANSACTION (0.1ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$FPjtfvPf2DP5jn.a7QUVzuoFwrQVoPWGx/Tkd3dyeoAYDmD9Q4gdC"], ["created_at", "2022-02-07 04:13:05.878709"], ["updated_at", "2022-02-07 04:13:05.878709"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.900437"], ["updated_at", "2022-02-07 04:13:05.900437"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.6ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:05.926133"], ["updated_at", "2022-02-07 04:13:05.926133"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1096], ["product_id", 313], ["created_at", "2022-02-07 04:13:05.927732"], ["updated_at", "2022-02-07 04:13:05.927732"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 313], ["created_at", "2022-02-07 04:13:05.930206"], ["updated_at", "2022-02-07 04:13:05.930206"], ["user_id", 232]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.943473"], ["updated_at", "2022-02-07 04:13:05.943473"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.951536"], ["updated_at", "2022-02-07 04:13:05.951536"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:05.956293"], ["updated_at", "2022-02-07 04:13:05.956293"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1098], ["product_id", 314], ["created_at", "2022-02-07 04:13:05.957474"], ["updated_at", "2022-02-07 04:13:05.957474"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.7ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.964122"], ["updated_at", "2022-02-07 04:13:05.964122"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.971540"], ["updated_at", "2022-02-07 04:13:05.971540"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.981133"], ["updated_at", "2022-02-07 04:13:05.981133"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.989352"], ["updated_at", "2022-02-07 04:13:05.989352"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:05.995653"], ["updated_at", "2022-02-07 04:13:05.995653"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:06.001988"], ["updated_at", "2022-02-07 04:13:06.001988"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:06.007695"], ["updated_at", "2022-02-07 04:13:06.007695"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:06.027834"], ["updated_at", "2022-02-07 04:13:06.027834"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:06.034475"], ["updated_at", "2022-02-07 04:13:06.034475"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$9.UfYem9A4FsHx.5TGRArOkAmuupb4v.3z0pLV.Gs9CNKRHe8pdaC"], ["created_at", "2022-02-07 04:13:06.040576"], ["updated_at", "2022-02-07 04:13:06.040576"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:06.042932"], ["updated_at", "2022-02-07 04:13:06.042932"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:06.046017"], ["updated_at", "2022-02-07 04:13:06.046017"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1108], ["product_id", 315], ["created_at", "2022-02-07 04:13:06.047198"], ["updated_at", "2022-02-07 04:13:06.047198"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 315], ["user_id", 233], ["created_at", "2022-02-07 04:13:06.049053"], ["updated_at", "2022-02-07 04:13:06.049053"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$k.sXSmAy/e83jVYEaVPfuu4xVByOWKqmm9C8gphcKP8hSmoIvdpRS"], ["created_at", "2022-02-07 04:13:06.062092"], ["updated_at", "2022-02-07 04:13:06.062092"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$B8xK6da5OLigTFmVjPYx7un3wibsg1Wpy3OYEcw5QxqxZmNm3GY9C"], ["created_at", "2022-02-07 04:13:06.070920"], ["updated_at", "2022-02-07 04:13:06.070920"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:06 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.5ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.3ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1385.3ms | Allocations: 80284)

Completed 200 OK in 1399ms (Views: 1388.9ms | ActiveRecord: 0.7ms | Allocations: 83915)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$izzzjhTjbONuq0Rl.RY4AO326q/Rnoub4lM2rk8c8IQKeZJ/.HE26"], ["created_at", "2022-02-07 04:13:07.501677"], ["updated_at", "2022-02-07 04:13:07.501677"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 28.9ms | Allocations: 12545)

Completed 200 OK in 32ms (Views: 29.0ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$KO60c635OpOlSAzInTiqm.8.xNAXOEnP3v.nZ3u8edEGcLc9dKz0e"], ["created_at", "2022-02-07 04:13:07.555027"], ["updated_at", "2022-02-07 04:13:07.555027"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.1ms | Allocations: 12534)

Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.5ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.3ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 15.5ms | Allocations: 13563)

Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 14.7ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.1ms | Allocations: 12981)

Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:07.701661"], ["updated_at", "2022-02-07 04:13:07.701661"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:07.705783"], ["updated_at", "2022-02-07 04:13:07.705783"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1109], ["product_id", 316], ["created_at", "2022-02-07 04:13:07.707061"], ["updated_at", "2022-02-07 04:13:07.707061"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 316]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 316]]
Rendered products/index.html.erb within layouts/application (Duration: 9.7ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 21.8ms | Allocations: 16050)

Completed 200 OK in 23ms (Views: 19.1ms | ActiveRecord: 3.0ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:07.746316"], ["updated_at", "2022-02-07 04:13:07.746316"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:07.749662"], ["updated_at", "2022-02-07 04:13:07.749662"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1110], ["product_id", 317], ["created_at", "2022-02-07 04:13:07.750695"], ["updated_at", "2022-02-07 04:13:07.750695"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/317” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"317"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 317], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 317]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 317]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 317]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 317]]
Rendered products/show.html.erb within layouts/application (Duration: 180.7ms | Allocations: 358247)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 847)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 206.2ms | Allocations: 370583)

Completed 200 OK in 209ms (Views: 205.6ms | ActiveRecord: 1.3ms | Allocations: 371279)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:07.973835"], ["updated_at", "2022-02-07 04:13:07.973835"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:07.976836"], ["updated_at", "2022-02-07 04:13:07.976836"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1111], ["product_id", 318], ["created_at", "2022-02-07 04:13:07.977909"], ["updated_at", "2022-02-07 04:13:07.977909"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$3JYFB4w83g82TylRyquFpOQZX1.5SO9NfWlVlcvo5OzE4lzC/Vz7e"], ["created_at", "2022-02-07 04:13:07.983324"], ["updated_at", "2022-02-07 04:13:07.983324"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 318], ["user_id", 235], ["created_at", "2022-02-07 04:13:07.984651"], ["updated_at", "2022-02-07 04:13:07.984651"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/318” for 127.0.0.1 at 2022-02-06 23:13:07 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"318"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 318], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 318]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 318]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 318]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 318]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 318]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 235], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 7.5ms | Allocations: 3269)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 52.2ms | Allocations: 15536)

Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 1.6ms | Allocations: 16007)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$E4.BGmWgNJZquqBiZjduJOhl.sv/8JJbt99gioJERREIeWeU35d9G"], ["created_at", "2022-02-07 04:13:08.056558"], ["updated_at", "2022-02-07 04:13:08.056558"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:13:08 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f9baab4bc00>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$0dEX05JLa2UOUMgFcYxJ7Os2UdemwaQkoZxD.NgJqUlakct6fFzha"], ["created_at", "2022-02-07 04:13:08.110824"], ["updated_at", "2022-02-07 04:13:08.110824"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:08.112918"], ["updated_at", "2022-02-07 04:13:08.112918"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:08.115976"], ["updated_at", "2022-02-07 04:13:08.115976"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1112], ["product_id", 319], ["created_at", "2022-02-07 04:13:08.116924"], ["updated_at", "2022-02-07 04:13:08.116924"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started PATCH “/products” for 127.0.0.1 at 2022-02-06 23:13:08 -0500

TRANSACTION (0.2ms)  ROLLBACK
 (0.3ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.7ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$DRr2/r31iq1H3xOfL4C/7.WmcHL/vPnvJ/mQF0dkD0tOPdeDzFlUi"], ["created_at", "2022-02-07 04:13:25.785205"], ["updated_at", "2022-02-07 04:13:25.785205"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.808653"], ["updated_at", "2022-02-07 04:13:25.808653"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:25.835030"], ["updated_at", "2022-02-07 04:13:25.835030"]]
Tagging Create (1.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1113], ["product_id", 320], ["created_at", "2022-02-07 04:13:25.836651"], ["updated_at", "2022-02-07 04:13:25.836651"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 320], ["created_at", "2022-02-07 04:13:25.838973"], ["updated_at", "2022-02-07 04:13:25.838973"], ["user_id", 238]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.852169"], ["updated_at", "2022-02-07 04:13:25.852169"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.859822"], ["updated_at", "2022-02-07 04:13:25.859822"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:25.864353"], ["updated_at", "2022-02-07 04:13:25.864353"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1115], ["product_id", 321], ["created_at", "2022-02-07 04:13:25.865633"], ["updated_at", "2022-02-07 04:13:25.865633"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.873832"], ["updated_at", "2022-02-07 04:13:25.873832"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.884433"], ["updated_at", "2022-02-07 04:13:25.884433"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.890947"], ["updated_at", "2022-02-07 04:13:25.890947"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.897187"], ["updated_at", "2022-02-07 04:13:25.897187"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.903443"], ["updated_at", "2022-02-07 04:13:25.903443"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.908673"], ["updated_at", "2022-02-07 04:13:25.908673"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.915250"], ["updated_at", "2022-02-07 04:13:25.915250"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.935029"], ["updated_at", "2022-02-07 04:13:25.935029"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.940775"], ["updated_at", "2022-02-07 04:13:25.940775"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$5jJdSyWcpQriSLMgIPLZo.zaBorLz0cBmqxyjlwy.vBgAhUwbSPF2"], ["created_at", "2022-02-07 04:13:25.947723"], ["updated_at", "2022-02-07 04:13:25.947723"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:25.950454"], ["updated_at", "2022-02-07 04:13:25.950454"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:25.953486"], ["updated_at", "2022-02-07 04:13:25.953486"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1125], ["product_id", 322], ["created_at", "2022-02-07 04:13:25.954482"], ["updated_at", "2022-02-07 04:13:25.954482"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.8ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 322], ["user_id", 239], ["created_at", "2022-02-07 04:13:25.955861"], ["updated_at", "2022-02-07 04:13:25.955861"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$jX11ZSXVnDjV3O/ZlDTdCeYJluHeWtlWa17oIcb8x7RhsQwudUUii"], ["created_at", "2022-02-07 04:13:25.969337"], ["updated_at", "2022-02-07 04:13:25.969337"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$AuwuEISr85qwuzCWy00Nl.2cUl.VnSy2EKVTBp7KeJB8pUG3Nov7S"], ["created_at", "2022-02-07 04:13:25.977688"], ["updated_at", "2022-02-07 04:13:25.977688"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:25 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.4ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.2ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 0.4ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1248.0ms | Allocations: 80212)

Completed 200 OK in 1260ms (Views: 1250.2ms | ActiveRecord: 0.6ms | Allocations: 83843)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ypP9.aimKSJUKr7YGShnle33luPRJw/88a7mN.smZ.AfBpRSu.8EK"], ["created_at", "2022-02-07 04:13:27.269047"], ["updated_at", "2022-02-07 04:13:27.269047"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.5ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.6ms | Allocations: 12545)

Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gceSlEOVVAeRrNh95BNJ5uGpjpEMQMB4BUcyXI5AMsaGm4TGxLFfq"], ["created_at", "2022-02-07 04:13:27.318837"], ["updated_at", "2022-02-07 04:13:27.318837"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.7ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.7ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.4ms | Allocations: 12534)

Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.6ms | Allocations: 13094)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.3ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.6ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 15.6ms | Allocations: 13563)

Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 14.0ms | Allocations: 12980)

Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.1ms | Allocations: 12981)

Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:27.458233"], ["updated_at", "2022-02-07 04:13:27.458233"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:27.461884"], ["updated_at", "2022-02-07 04:13:27.461884"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1126], ["product_id", 323], ["created_at", "2022-02-07 04:13:27.463161"], ["updated_at", "2022-02-07 04:13:27.463161"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.7ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 323]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 323]]
Rendered products/index.html.erb within layouts/application (Duration: 11.1ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.2ms | Allocations: 16049)

Completed 200 OK in 24ms (Views: 19.7ms | ActiveRecord: 3.8ms | Allocations: 16449)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:27.502858"], ["updated_at", "2022-02-07 04:13:27.502858"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:27.505989"], ["updated_at", "2022-02-07 04:13:27.505989"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1127], ["product_id", 324], ["created_at", "2022-02-07 04:13:27.506897"], ["updated_at", "2022-02-07 04:13:27.506897"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/324” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"324"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 324], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 324]]
 (0.2ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 324]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 324]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 324]]
Rendered products/show.html.erb within layouts/application (Duration: 193.4ms | Allocations: 358299)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 846)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 205.2ms | Allocations: 370634)

Completed 200 OK in 208ms (Views: 204.5ms | ActiveRecord: 1.3ms | Allocations: 371330)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:27.730414"], ["updated_at", "2022-02-07 04:13:27.730414"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:27.734144"], ["updated_at", "2022-02-07 04:13:27.734144"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1128], ["product_id", 325], ["created_at", "2022-02-07 04:13:27.735254"], ["updated_at", "2022-02-07 04:13:27.735254"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$JGkZSndW7LLZV/0RC/X3JeGt29aqs2s6BRVdQIwXTZNSKflpW/qCi"], ["created_at", "2022-02-07 04:13:27.740119"], ["updated_at", "2022-02-07 04:13:27.740119"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.5ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 325], ["user_id", 241], ["created_at", "2022-02-07 04:13:27.741504"], ["updated_at", "2022-02-07 04:13:27.741504"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/325” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"325"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 325], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 325]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 325]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 325]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 325]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 325]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 241], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 6.7ms | Allocations: 3260)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 19.0ms | Allocations: 15527)

Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 1.6ms | Allocations: 15998)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$srAI93Mjkbv8Jt3X/CbXIOflHtBjtwX.w5mtbO36ebujvG5SBipfq"], ["created_at", "2022-02-07 04:13:27.777832"], ["updated_at", "2022-02-07 04:13:27.777832"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f7c4d037de0>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$b3cXwix4ekmBPRrMf/QDCOjXYtSD/0gGmWIUVS1QqVwATjzYla/DS"], ["created_at", "2022-02-07 04:13:27.799182"], ["updated_at", "2022-02-07 04:13:27.799182"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:13:27.801680"], ["updated_at", "2022-02-07 04:13:27.801680"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:13:27.805963"], ["updated_at", "2022-02-07 04:13:27.805963"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1129], ["product_id", 326], ["created_at", "2022-02-07 04:13:27.806992"], ["updated_at", "2022-02-07 04:13:27.806992"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started PUT “/products” for 127.0.0.1 at 2022-02-06 23:13:27 -0500

TRANSACTION (0.1ms)  ROLLBACK
 (0.4ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.8ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$52YA9cPft6GPI6OCTNwL0OmNR82PvyO0ZqZsRl9cnHfpXOJyz4Lfa"], ["created_at", "2022-02-07 04:14:30.277293"], ["updated_at", "2022-02-07 04:14:30.277293"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.298918"], ["updated_at", "2022-02-07 04:14:30.298918"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:30.324460"], ["updated_at", "2022-02-07 04:14:30.324460"]]
Tagging Create (1.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1130], ["product_id", 327], ["created_at", "2022-02-07 04:14:30.325542"], ["updated_at", "2022-02-07 04:14:30.325542"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (0.6ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 327], ["created_at", "2022-02-07 04:14:30.327741"], ["updated_at", "2022-02-07 04:14:30.327741"], ["user_id", 244]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.342218"], ["updated_at", "2022-02-07 04:14:30.342218"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.8ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.350760"], ["updated_at", "2022-02-07 04:14:30.350760"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:30.354777"], ["updated_at", "2022-02-07 04:14:30.354777"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1132], ["product_id", 328], ["created_at", "2022-02-07 04:14:30.355726"], ["updated_at", "2022-02-07 04:14:30.355726"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.361802"], ["updated_at", "2022-02-07 04:14:30.361802"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.369168"], ["updated_at", "2022-02-07 04:14:30.369168"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.377935"], ["updated_at", "2022-02-07 04:14:30.377935"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.384815"], ["updated_at", "2022-02-07 04:14:30.384815"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.390833"], ["updated_at", "2022-02-07 04:14:30.390833"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.396661"], ["updated_at", "2022-02-07 04:14:30.396661"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.402741"], ["updated_at", "2022-02-07 04:14:30.402741"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.421919"], ["updated_at", "2022-02-07 04:14:30.421919"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.428228"], ["updated_at", "2022-02-07 04:14:30.428228"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$X1fzFF6w0KtzmeVawMoMFemCG70V9VIaYTZJ5Y4iDnazmKPF4.pge"], ["created_at", "2022-02-07 04:14:30.436135"], ["updated_at", "2022-02-07 04:14:30.436135"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:30.440005"], ["updated_at", "2022-02-07 04:14:30.440005"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:30.442997"], ["updated_at", "2022-02-07 04:14:30.442997"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1142], ["product_id", 329], ["created_at", "2022-02-07 04:14:30.444144"], ["updated_at", "2022-02-07 04:14:30.444144"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 329], ["user_id", 245], ["created_at", "2022-02-07 04:14:30.445608"], ["updated_at", "2022-02-07 04:14:30.445608"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$6sBAhlaSkEPFRBVjJ81LXucHFpTicWKrYQ8eR6J95zAPFlKddnesW"], ["created_at", "2022-02-07 04:14:30.459272"], ["updated_at", "2022-02-07 04:14:30.459272"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$EWtl/4V2w0kLVVqnlNR6MORoGneyZ53r6tRRdFMuo1anAQ/P6Lzde"], ["created_at", "2022-02-07 04:14:30.468521"], ["updated_at", "2022-02-07 04:14:30.468521"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:14:30 -0500 Processing by OrdersController#index as HTML

User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 4.0ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 0.3ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1269.7ms | Allocations: 80439)

Completed 200 OK in 1283ms (Views: 1272.4ms | ActiveRecord: 0.6ms | Allocations: 84070)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$FVv6nbSnTJXRIZJjwKLmqeb017xd4pQ8w30s9blWczf8DL1xRl1gm"], ["created_at", "2022-02-07 04:14:31.781743"], ["updated_at", "2022-02-07 04:14:31.781743"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 26.4ms | Allocations: 12545)

Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Q4PyN7ZSsXCto3BH.MR0W.VuT03HNFiGCaj5enfDsqefGar8BBAuy"], ["created_at", "2022-02-07 04:14:31.831588"], ["updated_at", "2022-02-07 04:14:31.831588"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.4ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.6ms | Allocations: 12534)

Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.7ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.7ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.2ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 15.9ms | Allocations: 13563)

Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.1ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.7ms | Allocations: 12981)

Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:31.972205"], ["updated_at", "2022-02-07 04:14:31.972205"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:31.975452"], ["updated_at", "2022-02-07 04:14:31.975452"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1143], ["product_id", 330], ["created_at", "2022-02-07 04:14:31.976730"], ["updated_at", "2022-02-07 04:14:31.976730"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:14:31 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 330]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 330]]
Rendered products/index.html.erb within layouts/application (Duration: 9.6ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 21.8ms | Allocations: 16049)

Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 2.9ms | Allocations: 16449)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:32.015023"], ["updated_at", "2022-02-07 04:14:32.015023"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:32.018354"], ["updated_at", "2022-02-07 04:14:32.018354"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1144], ["product_id", 331], ["created_at", "2022-02-07 04:14:32.019525"], ["updated_at", "2022-02-07 04:14:32.019525"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/331” for 127.0.0.1 at 2022-02-06 23:14:32 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"331"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 331], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 331]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 331]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 331]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 331]]
Rendered products/show.html.erb within layouts/application (Duration: 182.0ms | Allocations: 358248)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 847)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 207.9ms | Allocations: 370584)

Completed 200 OK in 210ms (Views: 207.1ms | ActiveRecord: 1.2ms | Allocations: 371280)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:32.244829"], ["updated_at", "2022-02-07 04:14:32.244829"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:32.248110"], ["updated_at", "2022-02-07 04:14:32.248110"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1145], ["product_id", 332], ["created_at", "2022-02-07 04:14:32.249274"], ["updated_at", "2022-02-07 04:14:32.249274"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$AnqbBpYeZAUKFC9yWEqjmeoll7Nm2f8hnDg1Xfofz2beFjHM7OVDq"], ["created_at", "2022-02-07 04:14:32.254352"], ["updated_at", "2022-02-07 04:14:32.254352"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 332], ["user_id", 247], ["created_at", "2022-02-07 04:14:32.255670"], ["updated_at", "2022-02-07 04:14:32.255670"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/332” for 127.0.0.1 at 2022-02-06 23:14:32 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"332"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 332], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 332]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 332]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 332]]
Review Load (0.2ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 332]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 332]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 247], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.5ms | Allocations: 3269)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.0ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 53.0ms | Allocations: 15536)

Completed 200 OK in 55ms (Views: 51.9ms | ActiveRecord: 1.8ms | Allocations: 16007)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gRmLx87dK6L38fsCF2qj6.3FZ2U9oLfAMiYQmSdN725CNbunjr2Xe"], ["created_at", "2022-02-07 04:14:32.329574"], ["updated_at", "2022-02-07 04:14:32.329574"], ["admin", true]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:14:32 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fcf3700e0c0>"}

Completed 401 Unauthorized in 4ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Wd56Nu4/RBJ..S02tzrgD.2uFZFfdXW39L0SiRgefKVX7h0/Z6xyy"], ["created_at", "2022-02-07 04:14:32.382610"], ["updated_at", "2022-02-07 04:14:32.382610"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:14:32.385199"], ["updated_at", "2022-02-07 04:14:32.385199"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.2ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:14:32.388002"], ["updated_at", "2022-02-07 04:14:32.388002"]]
Tagging Create (0.3ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1146], ["product_id", 333], ["created_at", "2022-02-07 04:14:32.388829"], ["updated_at", "2022-02-07 04:14:32.388829"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started PATCH “/products/333” for 127.0.0.1 at 2022-02-06 23:14:32 -0500 Processing by ProductsController#update as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "tag"=>"tag1, tag2", "id"=>"333"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 177)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (1.9ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
User Exists? (1.1ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Q4OnwdqzuKGAhGOxP1d7qeuMRv82mM1xrwZL2lYcE2pwQSmCJtpqS"], ["created_at", "2022-02-07 04:44:51.943027"], ["updated_at", "2022-02-07 04:44:51.943027"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (1.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:51.970136"], ["updated_at", "2022-02-07 04:44:51.970136"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:52.005666"], ["updated_at", "2022-02-07 04:44:52.005666"]]
Tagging Create (2.1ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1147], ["product_id", 334], ["created_at", "2022-02-07 04:44:52.006855"], ["updated_at", "2022-02-07 04:44:52.006855"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Order Create (1.7ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 334], ["created_at", "2022-02-07 04:44:52.010601"], ["updated_at", "2022-02-07 04:44:52.010601"], ["user_id", 250]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.034350"], ["updated_at", "2022-02-07 04:44:52.034350"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.042992"], ["updated_at", "2022-02-07 04:44:52.042992"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:52.046852"], ["updated_at", "2022-02-07 04:44:52.046852"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1149], ["product_id", 335], ["created_at", "2022-02-07 04:44:52.047927"], ["updated_at", "2022-02-07 04:44:52.047927"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.057502"], ["updated_at", "2022-02-07 04:44:52.057502"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.064756"], ["updated_at", "2022-02-07 04:44:52.064756"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.071908"], ["updated_at", "2022-02-07 04:44:52.071908"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.9ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.078383"], ["updated_at", "2022-02-07 04:44:52.078383"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.087469"], ["updated_at", "2022-02-07 04:44:52.087469"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.094481"], ["updated_at", "2022-02-07 04:44:52.094481"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.101827"], ["updated_at", "2022-02-07 04:44:52.101827"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.5ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.128132"], ["updated_at", "2022-02-07 04:44:52.128132"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.134838"], ["updated_at", "2022-02-07 04:44:52.134838"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$RVP2IDHDZybp76VrELZD8.qLz7e4ASV1k8Bd3TGKtT44xQcGT1i3O"], ["created_at", "2022-02-07 04:44:52.143418"], ["updated_at", "2022-02-07 04:44:52.143418"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:52.147234"], ["updated_at", "2022-02-07 04:44:52.147234"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:52.150396"], ["updated_at", "2022-02-07 04:44:52.150396"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1159], ["product_id", 336], ["created_at", "2022-02-07 04:44:52.151404"], ["updated_at", "2022-02-07 04:44:52.151404"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.9ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 336], ["user_id", 251], ["created_at", "2022-02-07 04:44:52.152877"], ["updated_at", "2022-02-07 04:44:52.152877"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$ALn2kktD2pGU7zxa7Or7f.DisadD8WFlHMoDVqdOKN4q1/Bh/Cv5G"], ["created_at", "2022-02-07 04:44:52.170408"], ["updated_at", "2022-02-07 04:44:52.170408"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$aQA9NTuvOfUgdtckxn3hu.ix/Z6A8BpIyBpxN6iE0kBbB3o9eRKZ6"], ["created_at", "2022-02-07 04:44:52.181001"], ["updated_at", "2022-02-07 04:44:52.181001"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:44:52 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.4ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 2.9ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 6.3ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 3.0ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1784.0ms | Allocations: 80420)

Completed 200 OK in 1804ms (Views: 1789.3ms | ActiveRecord: 0.7ms | Allocations: 84051)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$fz.BWIK5F5UgZTm0PRIA4eZNvfD5XUcsjodAdxvQX/LH/8g.5..eW"], ["created_at", "2022-02-07 04:44:54.024525"], ["updated_at", "2022-02-07 04:44:54.024525"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by OrdersController#index as HTML

User Load (0.5ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.3ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.9ms | Allocations: 12545)

Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.8ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$m3PgMAmcVMmvheTEEGiODuCFebcRW7gRuc8AauPRuPK778ywdAYSC"], ["created_at", "2022-02-07 04:44:54.078890"], ["updated_at", "2022-02-07 04:44:54.078890"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by OrdersController#index as HTML

User Load (0.8ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.5ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.7ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 22.3ms | Allocations: 12534)

Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 1.0ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 2.8ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 16.0ms | Allocations: 13563)

Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.5ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.9ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.9ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.1ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.5ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 0.9ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 13.7ms | Allocations: 12981)

Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.4ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.2ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:54.224009"], ["updated_at", "2022-02-07 04:44:54.224009"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:54.227645"], ["updated_at", "2022-02-07 04:44:54.227645"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1160], ["product_id", 337], ["created_at", "2022-02-07 04:44:54.228585"], ["updated_at", "2022-02-07 04:44:54.228585"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 337]]
 (0.6ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 337]]
Rendered products/index.html.erb within layouts/application (Duration: 11.3ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 24.5ms | Allocations: 16050)

Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 3.1ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.1ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:54.270947"], ["updated_at", "2022-02-07 04:44:54.270947"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:54.274217"], ["updated_at", "2022-02-07 04:44:54.274217"]]
Tagging Create (0.7ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1161], ["product_id", 338], ["created_at", "2022-02-07 04:44:54.275516"], ["updated_at", "2022-02-07 04:44:54.275516"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/338” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"338"}
Product Load (0.2ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 338], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 338]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 338]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 338]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 338]]
Rendered products/show.html.erb within layouts/application (Duration: 326.2ms | Allocations: 358239)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 847)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 352.7ms | Allocations: 370575)

Completed 200 OK in 355ms (Views: 351.7ms | ActiveRecord: 1.5ms | Allocations: 371271)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:44:54.646344"], ["updated_at", "2022-02-07 04:44:54.646344"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.5ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:44:54.650141"], ["updated_at", "2022-02-07 04:44:54.650141"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1162], ["product_id", 339], ["created_at", "2022-02-07 04:44:54.651651"], ["updated_at", "2022-02-07 04:44:54.651651"]]
TRANSACTION (0.4ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$Hg/.WqsMT10yCfQeUmktbeKA0pfzoh.Z85NXLFqV6zJFDne/6Iir2"], ["created_at", "2022-02-07 04:44:54.657713"], ["updated_at", "2022-02-07 04:44:54.657713"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 339], ["user_id", 253], ["created_at", "2022-02-07 04:44:54.659074"], ["updated_at", "2022-02-07 04:44:54.659074"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/339” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"339"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 339], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 339]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 339]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 339]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 339]]
Review Load (0.4ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 339]]
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 253], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 8.4ms | Allocations: 3269)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 54.1ms | Allocations: 15536)

Completed 200 OK in 56ms (Views: 53.0ms | ActiveRecord: 1.9ms | Allocations: 16007)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.3ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$i.u8SIbeTyYWrvN7AOvpkOqvAuYtZNVNyENcH4oCu9IPzoPzsXt6O"], ["created_at", "2022-02-07 04:44:54.734200"], ["updated_at", "2022-02-07 04:44:54.734200"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:44:54 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007f855de7f9e8>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK
 (0.5ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1  [["key", "schema_sha1"]]
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (1.5ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$MJLw3H6sYfZB3xkEYVNJhOysuF2N0aIhW0RZxRuJaDraGqkwP8O7K"], ["created_at", "2022-02-07 04:52:33.869762"], ["updated_at", "2022-02-07 04:52:33.869762"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.895723"], ["updated_at", "2022-02-07 04:52:33.895723"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.5ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:33.930321"], ["updated_at", "2022-02-07 04:52:33.930321"]]
Tagging Create (2.0ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1163], ["product_id", 340], ["created_at", "2022-02-07 04:52:33.931479"], ["updated_at", "2022-02-07 04:52:33.931479"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Order Create (0.8ms)  INSERT INTO "orders" ("quantity", "product_id", "created_at", "updated_at", "user_id") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["quantity", 3], ["product_id", 340], ["created_at", "2022-02-07 04:52:33.935447"], ["updated_at", "2022-02-07 04:52:33.935447"], ["user_id", 255]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.955891"], ["updated_at", "2022-02-07 04:52:33.955891"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.963218"], ["updated_at", "2022-02-07 04:52:33.963218"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:33.966432"], ["updated_at", "2022-02-07 04:52:33.966432"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1165], ["product_id", 341], ["created_at", "2022-02-07 04:52:33.967453"], ["updated_at", "2022-02-07 04:52:33.967453"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.975745"], ["updated_at", "2022-02-07 04:52:33.975745"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234ABC"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.981359"], ["updated_at", "2022-02-07 04:52:33.981359"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.8ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.988949"], ["updated_at", "2022-02-07 04:52:33.988949"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.5ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:33.999924"], ["updated_at", "2022-02-07 04:52:33.999924"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (1.3ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.013097"], ["updated_at", "2022-02-07 04:52:34.013097"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.4ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.8ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.023593"], ["updated_at", "2022-02-07 04:52:34.023593"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.6ms)  SAVEPOINT active_record_1
Product Exists? (0.6ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.5ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.3ms)  SAVEPOINT active_record_1
Tag Create (0.5ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.035619"], ["updated_at", "2022-02-07 04:52:34.035619"]]
TRANSACTION (0.3ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.5ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.061476"], ["updated_at", "2022-02-07 04:52:34.061476"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.4ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.069001"], ["updated_at", "2022-02-07 04:52:34.069001"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$a191Yd99VrqPV2T.VP3G5eOMN6g6Fx0Wt39BrNRQhuQXj2bQyPwfG"], ["created_at", "2022-02-07 04:52:34.076701"], ["updated_at", "2022-02-07 04:52:34.076701"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:34.079377"], ["updated_at", "2022-02-07 04:52:34.079377"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.3ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:34.082627"], ["updated_at", "2022-02-07 04:52:34.082627"]]
Tagging Create (0.4ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1175], ["product_id", 342], ["created_at", "2022-02-07 04:52:34.083915"], ["updated_at", "2022-02-07 04:52:34.083915"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (1.1ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 342], ["user_id", 256], ["created_at", "2022-02-07 04:52:34.085457"], ["updated_at", "2022-02-07 04:52:34.085457"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", ""], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.kKav0T0HhUOaCbXJ3az5.4jHQUXyYrVK4oB/l4yGTqXv40.886Am"], ["created_at", "2022-02-07 04:52:34.103948"], ["updated_at", "2022-02-07 04:52:34.103948"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
TRANSACTION (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$sWKKy1H7FeR21EvUBwItx.HLzpqz5Qhf9VWRcWgcwNU359B4Tev/2"], ["created_at", "2022-02-07 04:52:34.114313"], ["updated_at", "2022-02-07 04:52:34.114313"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:52:34 -0500 Processing by OrdersController#index as HTML

User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.5ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 638)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 5.2ms | Allocations: 1370)
Rendered shared/_flashes.html.erb (Duration: 1.2ms | Allocations: 180)
Rendered layout layouts/application.html.erb (Duration: 1634.8ms | Allocations: 80262)

Completed 200 OK in 1651ms (Views: 1638.2ms | ActiveRecord: 0.9ms | Allocations: 83893)

TRANSACTION (0.4ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.4ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$.C1g/osVJEyuM1gulgh6Zubl.Qglh0ngnjraBk8fEgBI1uWnPTV4S"], ["created_at", "2022-02-07 04:52:35.802085"], ["updated_at", "2022-02-07 04:52:35.802085"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:52:35 -0500 Processing by OrdersController#index as HTML

User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.0ms | Allocations: 878)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 25.5ms | Allocations: 12545)

Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.5ms | Allocations: 13106)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["id", 2], ["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$pU1ZlKrK8AzliqJgazi6f.0UKrRf.azUbujYLMfa3YGjJ4fwJoUxi"], ["created_at", "2022-02-07 04:52:35.854680"], ["updated_at", "2022-02-07 04:52:35.854680"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/orders” for 127.0.0.1 at 2022-02-06 23:52:35 -0500 Processing by OrdersController#index as HTML

User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 2], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering orders/index.html.erb within layouts/application
Order Load (0.2ms)  SELECT "orders".* FROM "orders" WHERE "orders"."user_id" = $1  [["user_id", 2]]
Rendered orders/index.html.erb within layouts/application (Duration: 0.6ms | Allocations: 129)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.2ms | Allocations: 869)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 23.4ms | Allocations: 12534)

Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.6ms | Allocations: 13094)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:52:35 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.7ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 3.1ms | Allocations: 1124)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.0ms | Allocations: 870)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 17.1ms | Allocations: 13563)

Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.7ms | Allocations: 14630)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:52:35 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.5ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 15.3ms | Allocations: 12980)

Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.4ms | Allocations: 13381)

TRANSACTION (0.1ms)  ROLLBACK
TRANSACTION (0.1ms)  BEGIN

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:52:35 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Rendered products/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 587)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.4ms | Allocations: 865)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 16.5ms | Allocations: 12981)

Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.3ms | Allocations: 13381)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:36.008817"], ["updated_at", "2022-02-07 04:52:36.008817"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.2ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:36.012793"], ["updated_at", "2022-02-07 04:52:36.012793"]]
Tagging Create (0.5ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1176], ["product_id", 343], ["created_at", "2022-02-07 04:52:36.014371"], ["updated_at", "2022-02-07 04:52:36.014371"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products” for 127.0.0.1 at 2022-02-06 23:52:36 -0500 Processing by ProductsController#index as HTML

Rendering layout layouts/application.html.erb
Rendering products/index.html.erb within layouts/application
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE (stock > 0) ORDER BY created_at DESC
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 343]]
 (1.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 343]]
Rendered products/index.html.erb within layouts/application (Duration: 13.6ms | Allocations: 3782)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 841)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 27.9ms | Allocations: 16050)

Completed 200 OK in 29ms (Views: 23.7ms | ActiveRecord: 4.6ms | Allocations: 16450)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.2ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:36.061335"], ["updated_at", "2022-02-07 04:52:36.061335"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.8ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:36.065138"], ["updated_at", "2022-02-07 04:52:36.065138"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1177], ["product_id", 344], ["created_at", "2022-02-07 04:52:36.066956"], ["updated_at", "2022-02-07 04:52:36.066956"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/344” for 127.0.0.1 at 2022-02-06 23:52:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"344"}
Product Load (0.4ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 344], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.6ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 344]]
 (0.4ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 344]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 344]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 344]]
Rendered products/show.html.erb within layouts/application (Duration: 309.8ms | Allocations: 358239)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 1.1ms | Allocations: 847)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 30)
Rendered layout layouts/application.html.erb (Duration: 338.1ms | Allocations: 370575)

Completed 200 OK in 341ms (Views: 337.0ms | ActiveRecord: 1.9ms | Allocations: 371271)

TRANSACTION (0.2ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
Tag Load (0.3ms)  SELECT "tags".* FROM "tags" WHERE "tags"."name" = $1 ORDER BY "tags"."id" ASC LIMIT $2  [["name", "tag"], ["LIMIT", 1]]
TRANSACTION (0.7ms)  SAVEPOINT active_record_1
Tag Create (0.3ms)  INSERT INTO "tags" ("name", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"  [["name", "tag"], ["created_at", "2022-02-07 04:52:36.431765"], ["updated_at", "2022-02-07 04:52:36.431765"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
Product Exists? (0.3ms)  SELECT 1 AS one FROM "products" WHERE "products"."sku" = $1 LIMIT $2  [["sku", "1234-ABC"], ["LIMIT", 1]]
Product Create (0.4ms)  INSERT INTO "products" ("sku", "name", "description", "price", "stock", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["sku", "1234-ABC"], ["name", "product"], ["description", "description"], ["price", 10.0], ["stock", 15], ["created_at", "2022-02-07 04:52:36.436034"], ["updated_at", "2022-02-07 04:52:36.436034"]]
Tagging Create (0.6ms)  INSERT INTO "taggings" ("tag_id", "product_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["tag_id", 1178], ["product_id", 345], ["created_at", "2022-02-07 04:52:36.437366"], ["updated_at", "2022-02-07 04:52:36.437366"]]
TRANSACTION (0.2ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$mwOq31w4iJek/zrZDQXe2Ocb9cbB9aPatHh/YTIf9TA9RbU0Jf6O."], ["created_at", "2022-02-07 04:52:36.443876"], ["updated_at", "2022-02-07 04:52:36.443876"]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1
TRANSACTION (0.1ms)  SAVEPOINT active_record_1
Review Create (0.4ms)  INSERT INTO "reviews" ("title", "content", "product_id", "user_id", "created_at", "updated_at", "rating") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"  [["title", "title"], ["content", "description"], ["product_id", 345], ["user_id", 258], ["created_at", "2022-02-07 04:52:36.445628"], ["updated_at", "2022-02-07 04:52:36.445628"], ["rating", 3]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/products/345” for 127.0.0.1 at 2022-02-06 23:52:36 -0500 Processing by ProductsController#show as HTML

Parameters: {"id"=>"345"}
Product Load (0.3ms)  SELECT "products".* FROM "products" WHERE "products"."id" = $1 LIMIT $2  [["id", 345], ["LIMIT", 1]]
Rendering layout layouts/application.html.erb
Rendering products/show.html.erb within layouts/application
Tag Load (0.4ms)  SELECT "tags".* FROM "tags" INNER JOIN "taggings" ON "tags"."id" = "taggings"."tag_id" WHERE "taggings"."product_id" = $1  [["product_id", 345]]
 (0.3ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 345]]
CACHE  (0.0ms)  SELECT COUNT(*) FROM "likes" WHERE "likes"."product_id" = $1  [["product_id", 345]]
Review Load (0.3ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1  [["product_id", 345]]
Review Load (0.5ms)  SELECT "reviews".* FROM "reviews" WHERE "reviews"."product_id" = $1 ORDER BY created_at DESC  [["product_id", 345]]
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2  [["id", 258], ["LIMIT", 1]]
Rendered products/show.html.erb within layouts/application (Duration: 9.6ms | Allocations: 3269)
Webpacker

Everything's up-to-date. Nothing to do

Rendered shared/_navbar.html.erb (Duration: 2.3ms | Allocations: 840)
Rendered shared/_flashes.html.erb (Duration: 0.1ms | Allocations: 28)
Rendered layout layouts/application.html.erb (Duration: 57.8ms | Allocations: 15536)

Completed 200 OK in 59ms (Views: 56.4ms | ActiveRecord: 2.0ms | Allocations: 16007)

TRANSACTION (0.3ms)  ROLLBACK
TRANSACTION (0.2ms)  BEGIN
TRANSACTION (0.2ms)  SAVEPOINT active_record_1
User Exists? (0.3ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Exists? (0.2ms)  SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "example@applaudo.com"], ["LIMIT", 1]]
User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "admin") VALUES ($1, $2, $3, $4, $5) RETURNING "id"  [["email", "example@applaudo.com"], ["encrypted_password", "$2a$04$gr5/jJI0HEe35fZzG3Scy.hw22rU60z87q1IkuBR7Q6IyXYsEl9ie"], ["created_at", "2022-02-07 04:52:36.525761"], ["updated_at", "2022-02-07 04:52:36.525761"], ["admin", true]]
TRANSACTION (0.1ms)  RELEASE SAVEPOINT active_record_1

Started POST “/products” for 127.0.0.1 at 2022-02-06 23:52:36 -0500 Processing by ProductsController#create as HTML

Parameters: {"sku"=>"1234-ABC", "name"=>"product", "description"=>"description", "price"=>"10", "stock"=>"15", "tag_list"=>"tag", "user"=>"#<User:0x00007fd23c673d68>"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms | Allocations: 178)

TRANSACTION (0.2ms)  ROLLBACK